Module rc_event_queue::spmc[][src]

Expand description

Single-producer multi-consumer.

Same as mpmc, but writes without lock.

CleanupMode::OnChunkRead is not available for spmc! Since there is no more lock - reader can not safely call cleanup.

Structs

See mpmc documentation.

See mpmc documentation.

See mpmc documentation.

Traits