Crate uplock

Source
Expand description

A futures-aware RwLock with ref_count, upgrade, and downgrade methods.

Based on the RwLock in futures_locks, which in turn is based on std::sync::RwLock.

Does not use message passing.

Structsยง