Module rw_lock

Source

Functionsยง

memoize
Creates a synchronized memoization of f using HashMap with RwLock as cache.
memoize_seq
Creates a synchronized memoization of the sequence f using Vec with RwLock as cache.