rtic/xtask/src
Emil Fresk 46a3f2befd Fix UB in the access of Priority for asyc executors
The `Priority` was generated on the stack in the dispatcher
which caused it to be dropped after usage. This is now fixed
by having the `Priority` being a static variable for executors
2022-08-05 11:37:16 +02:00
..
build.rs cargo xtask is now ~40x faster 2021-12-26 11:05:35 +01:00
command.rs Fix UB in the access of Priority for asyc executors 2022-08-05 11:37:16 +02:00
main.rs cargo xtask is now ~40x faster 2021-12-26 11:05:35 +01:00