[][src]Module bevy_tasks::prelude

Structs

AsyncComputeTaskPool

A newtype for a task pool for CPU-intensive work that may span across multiple frames

ComputeTaskPool

A newtype for a task pool for CPU-intensive work that must be completed to deliver the next frame

IOTaskPool

A newtype for a task pool for IO-intensive work (i.e. tasks that spend very little time in a "woken" state)

Traits

ParallelIterator

ParallelIterator closely emulates the std::iter::Iterator interface. However, it uses bevy_task to compute batches in parallel.

ParallelSlice
ParallelSliceMut