embassy-executor 0.10.0

async/await executor designed for embedded usage
Documentation
1
2
3
4
5
error: task functions must not have an ABI qualifier
 --> tests/ui/abi.rs:6:1
  |
6 | async extern "C" fn task() {}
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^