Module util

Module util 

Source
Expand description

Utility functions

Structsยง

ReadOnlyLock
A wrapper around an Arc<RwLock> so that the owner is only permitted read access to the underlying value.