Post #2476349
2026-04-02 15:30 UTC
With this I can have my sync and async code use the same code path very easily all I have to do is support the entry points. I have one for an embassy-sync channel another for an embassy-sync pipe and a sync entry that takes a &[u8].
#embassy
Replies (1)
-
@worik@mastodon.social 2026-04-02 21:29
@chmod777@tilde.zone I have to say... The opposite of "async" is not "sync" I write asynchronous real-time audio processing code, and I never use async