Module task_pool

Source
Expand description

Borrowed from bevy_core.

Structsยง

NonSendMarker
TaskPoolOptions
Helper for configuring and creating the default task pools. For end-users who want full control, set up TaskPoolPlugin
TaskPoolPlugin
Setup of default task pools: AsyncComputeTaskPool, ComputeTaskPool, IoTaskPool.
TaskPoolThreadAssignmentPolicy
Defines a simple way to determine how many threads to use given the number of remaining cores and number of total cores