package mariadb

  1. Overview
  2. Docs
module IO : sig ... end

A module defining a nonblocking I/O monadic interface.

val wait : t -> Status.t -> Status.t IO.future

wait mariadb status must wait for the events set in status to occur in the mariadb connection and return a Status.t indicating which events have actually occured.