Frame Synchronization
October 09, 2024An overview of how devices decide how to split streams of bits and bytes into frames, and the things that can go wrong
An overview of how devices decide how to split streams of bits and bytes into frames, and the things that can go wrong
Amos presents rubicon, which through terrible dynamic linking crimes, brought joy again into developing their website
An introduction to how the 'plumbing' of async tasks and drivers wait, sleep, and are notified for efficient cooperative action; and a glowing overview of the maitake-sync crate's main primitives
How global is your context? And does it really need atomic reference counting?
A conceptual introduction to structured communication protocols, and the design decisions behind the postcard-rpc crate