Smol: A small and fast async runtime for Rust

A small and fast async runtime for Rust. Contribute to stjepang/smol development by creating an account on GitHub. Read more

Similar

Writing a Seqlock in Rust

A seqlock — or “sequence lock” — is an optimized implementation of a reader-writer lock. In a seqlock “the data can be ‘protected’ by a sequence number. The sequence number starts at zero, and is incremented before and after writing the object. Each reade... (more…)

Read more »