fdb v5.1.7-2 FDB View Source
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 510
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
Link to this function
select_api_version(version \\ 510)
View Source
select_api_version(integer()) :: :ok
Sets the API
version. The
maximum supported value is 510
.
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.