bevy/crates/bevy_tasks/src
Philip Degarmo ec8fd57c45
When a task scope produces <= 1 task to run, run it on the calling thread immediately. (#932)
While generally speaking the calling thread would have picked up the task first anyways, I don't think it makes much sense usually to block the calling thread until another thread wakes and does the work.
2020-11-27 12:14:44 -08:00
..
iter The Great Debuggening (#632) 2020-10-08 11:43:01 -07:00
countdown_event.rs use wasm-friendly instant::Instant everywhere (#895) 2020-11-21 16:38:24 -08:00
lib.rs asset: use bevy_tasks in AssetServer (#550) 2020-09-21 20:23:09 -07:00
single_threaded_task_pool.rs The Great Debuggening (#632) 2020-10-08 11:43:01 -07:00
slice.rs Task System for Bevy (#384) 2020-08-29 12:35:41 -07:00
task.rs The Great Debuggening (#632) 2020-10-08 11:43:01 -07:00
task_pool.rs When a task scope produces <= 1 task to run, run it on the calling thread immediately. (#932) 2020-11-27 12:14:44 -08:00
usages.rs The Great Debuggening (#632) 2020-10-08 11:43:01 -07:00