Channel-Bridge
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
Notificationprimitive offered in this crate - For web sockets
- For WASM websockets
- For edge-ws
- For anything else that happens to implement the
embedded-svcWebsocket traits