Expand description
A log type which permits concurrent appends through shared references, and pruning via a mutable reference.
Structsยง
- Concurrent
Log - A log supporting concurrent append operations and exclusive trimming of old entries.
- Iterator
A log type which permits concurrent appends through shared references, and pruning via a mutable reference.