Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tweedegolf/async-heapless


https://github.com/tweedegolf/async-heapless

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This library provides async synchronization primitives that do not depend on std
or alloc, currently a mutex and a oneshot channel.

The oneshot primitive is described in detail in an inline blog post, also
rendered at the [Tweede golf blog](https://tweedegolf.nl/blog/50/async-oneshot).
You can render it to markdown yourself with:

sed -E 's/^/ /;s, +// ,,;s/ +$//' src/oneshot.rs