Mariadb.NonblockingSourceThis is the nonblocking MariaDB API. The interface contains a functor Make which, given a way to wait for a connection socket to be ready for reading or writing, returns a module with the same signature S as the traditional blocking API.
The type of nonblocking database handles.
The underlying file descriptor of the database connection.
If a nonblocking operation returns a Status.t indicating a timeout event, this function can be used to obtain the value, in seconds, after which the timeout has occured.
Input module signature for the functor that generates a nonblocking connection module.