laizy / async-heapless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. You can render it to markdown yourself with:

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

About

License:Apache License 2.0


Languages

Language:Rust 100.0%