Blocking and async Sender
and Receiver
traits with particular emphasis on async.
Async implementations:
- For a lot of the synchronization primitives in embassy-sync
- For the custom, lock-free
Notification
primitive offered in this crate - For web sockets
- For WASM websockets
- For edge-ws
- For anything else that happens to implement the
embedded-svc
Websocket traits