Module Options.Flush_options

Flush options

type t
val create : ?⁠wait:bool -> unit -> t

create wait returns a new FlushOptions object to be used to configure Flush operations on a RocksDB database. TODO