Crate coalescing_buffer [] [src]

Modules

ring

Coalescing ring buffer is a circular buffer of key and value pair(like a map). A update with same key will replace the value if the value is not yet read

simple

This is similar to having an atomic variable shared. The only difference is only one receiver thread is allowed.