Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.67 KB

File metadata and controls

38 lines (33 loc) · 1.67 KB

Crate Tests Docs Coverage

async_fence

no_std async fences and OnceLock. Defines a core async_fence that creates one notifier and some number of waiters. The number of waiters can be either static (for no_alloc), or dynamic (with the alloc feature). All other abstractions are built on top of async_fence for that same static and dynamic support.

Other solutions

TODO

  • Support for smallvec
  • Look into removing mutex entirely through atomic fencing