Async executor and reactor #587
zignig
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a working async run time for avr-hal
https://github.com/zignig/avr_async
it is based on https://github.com/therustybits/zero-to-async/tree/main/ch6_async_await and ported to AVR.
It can run 16 tasks and has basic sync primitives for collecting from ISRs and communicating between tasks.
Beta Was this translation helpful? Give feedback.
All reactions