[][src]Module append_only::sync

The sync module contains append-only data structures that can be used from multiple threads.

Structs

AppendOnlyHashMap

Like std::collections::HashMap, but append-only.