Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tweedegolf/async-heapless
https://github.com/tweedegolf/async-heapless
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tweedegolf/async-heapless
- Owner: tweedegolf
- License: apache-2.0
- Created: 2020-10-22T08:24:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T10:15:19.000Z (about 4 years ago)
- Last Synced: 2024-04-14T05:26:10.750Z (9 months ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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