rtic/xtask
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
..
src Fix UB in the access of Priority for asyc executors 2022-08-05 11:37:16 +02:00
Cargo.toml The great docs update 2021-09-23 16:11:04 +02:00