bevy/crates/bevy_tasks/src
François 1cd17e903f document the single threaded wasm task pool (#4571)
# Objective

- The single threaded task pool is not documented
- This doesn't warn in CI as it's feature gated for wasm, but I'm tired of seeing the warnings when building in wasm

## Solution

- Document it
2022-04-24 22:57:04 +00:00
..
iter small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
countdown_event.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
lib.rs Document bevy_tasks and enable #![warn(missing_docs)] (#3509) 2022-01-16 04:53:22 +00:00
single_threaded_task_pool.rs document the single threaded wasm task pool (#4571) 2022-04-24 22:57:04 +00:00
slice.rs Document bevy_tasks and enable #![warn(missing_docs)] (#3509) 2022-01-16 04:53:22 +00:00
task_pool.rs CI runs cargo miri test -p bevy_ecs (#4310) 2022-03-25 00:26:07 +00:00
task.rs Fix doc_markdown lints in bevy_tasks (#3481) 2021-12-29 17:38:13 +00:00
usages.rs Fix doc_markdown lints in bevy_tasks (#3481) 2021-12-29 17:38:13 +00:00