Expand description

= ShardedRwLock, aka ‘not so bad global rwlock’

Will become in sync with the ‘sharded_mutex’ crate on demand. (send PR or contact me)

Structs

Wraps a ‘T’ that can only be accessed through global mutexes at zero memory overhead per object.