Skip to content

sunrise-choir/async-ringbuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Ringbuffer

Documentation Build Status

An asynchronous, fixed-capacity single-reader single-writer ring buffer that notifies the reader onces data becomes available, and notifies the writer once new space for data becomes available. This is done via the AsyncRead and AsyncWrite traits.

This crate is to AsyncRead and AsyncWrite what futures::unsync::spsc is to Stream and Sink (except that futures::unsync::spsc doesn't currently exist).

About

A nonblocking spsc ring buffer with fixed capacity.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages