bevy/crates/bevy_tasks/src
尹吉峰 d9702d35f1
opt-out multi-threaded feature flag (#9269)
# Objective

Fixes #9113

## Solution

disable `multi-threaded` default feature

## Migration Guide
The `multi-threaded` feature in `bevy_ecs` and `bevy_tasks` is no longer
enabled by default. However, this remains a default feature for the
umbrella `bevy` crate. If you depend on `bevy_ecs` or `bevy_tasks`
directly, you should consider enabling this to allow systems to run in
parallel.
2023-08-03 07:47:09 +00:00
..
iter
lib.rs opt-out multi-threaded feature flag (#9269) 2023-08-03 07:47:09 +00:00
single_threaded_task_pool.rs opt-out multi-threaded feature flag (#9269) 2023-08-03 07:47:09 +00:00
slice.rs
task_pool.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
task.rs
thread_executor.rs fix clippy::default_constructed_unit_structs and trybuild errors (#9144) 2023-07-13 22:23:04 +00:00
usages.rs remove some use of once_cell that can be replace with new std (#8739) 2023-06-01 21:55:18 +00:00