Skip to content

tweedegolf/async-heapless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages