bevy/crates/bevy_tasks/src
Nathan Stocks 13b602ee3f Xtask CI (#1387)
This PR is easiest to review commit by commit.

Followup on https://github.com/bevyengine/bevy/pull/1309#issuecomment-767310084

- [x] Switch from a bash script to an xtask rust workspace member.
  - Results in ~30s longer CI due to compilation of the xtask itself
  - Enables Bevy contributors on any platform to run `cargo ci` to run linting -- if the default available Rust is the same version as on CI, then the command should give an identical result.
- [x] Use the xtask from official CI so there's only one place to update.
- [x] Bonus: Run clippy on the _entire_ workspace (existing CI setup was missing the `--workspace` flag
  - [x] Clean up newly-exposed clippy errors 

~#1388 builds on this to clean up newly discovered clippy errors -- I thought it might be nicer as a separate PR.~  Nope, merged it into this one so CI would pass.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-02-22 08:42:19 +00: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 Add missing spawn_local method to Scope in the single threaded executor case (#1266) 2021-01-19 13:07:45 -08: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 Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
usages.rs The Great Debuggening (#632) 2020-10-08 11:43:01 -07:00