mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-27 12:55:59 +00:00
fix doc
This commit is contained in:
parent
a722ec6df8
commit
28f71dbab6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
//! - The last [`BCReadHandle`] is dropped => reader thread-pool exits
|
//! - The last [`BCReadHandle`] is dropped => reader thread-pool exits
|
||||||
//! - The last [`BCWriteHandle`] is dropped => writer thread exits
|
//! - The last [`BCWriteHandle`] is dropped => writer thread exits
|
||||||
//!
|
//!
|
||||||
//! TODO: update this when [`ConcreteEnv`] is removed
|
//! TODO: update this when `ConcreteEnv` is removed
|
||||||
//! Upon dropping the [`cuprate_database::ConcreteEnv`]:
|
//! Upon dropping the [`cuprate_database::ConcreteEnv`]:
|
||||||
//! - All un-processed database transactions are completed
|
//! - All un-processed database transactions are completed
|
||||||
//! - All data gets flushed to disk (caused by [`Drop::drop`] impl on `ConcreteEnv`)
|
//! - All data gets flushed to disk (caused by [`Drop::drop`] impl on `ConcreteEnv`)
|
||||||
|
|
Loading…
Reference in a new issue