Expand description
Configuration of foundationDB API and Network
Provides a safe wrapper around the following C API calls:
Structs§
- FdbApi
Builder - A Builder with which different versions of the Fdb C API can be initialized
- Network
Auto Stop - Stop the associated
NetworkRunner
and thread if dropped - Network
Builder - A Builder with which the foundationDB network event loop can be created
- Network
Runner - A foundationDB network event loop runner
- Network
Stop - Allow to stop the associated and running
NetworkRunner
. - Network
Wait - A condition object that can wait for the associated
NetworkRunner
to actually run.
Functions§
- get_
max_ api_ version - Returns the max api version of the underlying Fdb C API Client