pub(crate) static FDB_NETWORK: Mutex<(Option<NetworkAutoStop>, bool)>Expand description
FoundationDB network handle.
The first element is Some if the network is initialized.
The second element is true if the network has ever been initialized.
pub(crate) static FDB_NETWORK: Mutex<(Option<NetworkAutoStop>, bool)>FoundationDB network handle.
The first element is Some if the network is initialized.
The second element is true if the network has ever been initialized.