Expand description
Borrowed from bevy_core
.
Structsยง
- NonSend
Marker - Task
Pool Options - Helper for configuring and creating the default task pools. For end-users
who want full control, set up
TaskPoolPlugin
- Task
Pool Plugin - Setup of default task pools:
AsyncComputeTaskPool
,ComputeTaskPool
,IoTaskPool
. - Task
Pool Thread Assignment Policy - Defines a simple way to determine how many threads to use given the number of remaining cores and number of total cores