Closed matthewvon closed 8 years ago
Isolate leveldb iterator Valid() state. This allows the iterator to be destroyed on background thread, releasing leveldb snapshot. The foreground thread is then able to read the Valid() state at its leisure.
Isolate leveldb iterator Valid() state. This allows the iterator to be destroyed on background thread, releasing leveldb snapshot. The foreground thread is then able to read the Valid() state at its leisure.