Module foundationdb::api

source ·
Expand description

Configuration of foundationDB API and Network

Provides a safe wrapper around the following C API calls:

Structs§

  • A Builder with which different versions of the Fdb C API can be initialized
  • Stop the associated NetworkRunner and thread if dropped
  • A Builder with which the foundationDB network event loop can be created
  • A foundationDB network event loop runner
  • Allow to stop the associated and running NetworkRunner.
  • A condition object that can wait for the associated NetworkRunner to actually run.

Functions§