View Source FDB (fdb v6.3.23-0)
This module provides functions to initialize the library. Note that the functions in this module should be called only once.
Link to this section Summary
Functions
Sets the API
version. The
maximum supported value is 630
.
Sets the API
version
and starts the network thread. One should use FDB.Network
directly
if any of the network options need to be customized.
Link to this section Functions
Specs
select_api_version(integer()) :: :ok
Sets the API
version. The
maximum supported value is 630
.
Specs
start(integer()) :: :ok
Sets the API
version
and starts the network thread. One should use FDB.Network
directly
if any of the network options need to be customized.