# Objective Remove `critical-section` from required dependencies, allowing linking without any features. ## Solution - Switched from `OnceCell` to `LazyLock` - Removed `std` feature from `bevy_dylib` (proof that it works) ## Testing - CI |
||
|---|---|---|
| .. | ||
| iter | ||
| edge_executor.rs | ||
| executor.rs | ||
| futures.rs | ||
| lib.rs | ||
| single_threaded_task_pool.rs | ||
| slice.rs | ||
| task_pool.rs | ||
| task.rs | ||
| thread_executor.rs | ||
| usages.rs | ||
| wasm_task.rs | ||