Crate concurrent_log

Source
Expand description

A log type which permits concurrent appends through shared references, and pruning via a mutable reference.

Structsยง

ConcurrentLog
A log supporting concurrent append operations and exclusive trimming of old entries.
Iterator