rocker
rocker copied to clipboard
Replace RwLock with DBCommon<MultiThreaded>
Is there a particular reason to manually manage the RwLock inside the NIF and not use DBCommon<MultiThreaded>
instead?
There are some issues with incompatible API for ColumnFamily and BoundColumnFamily. e.x: https://github.com/rust-rocksdb/rust-rocksdb/issues/840