module Sqlexpr_sqlite_lwt:sig
..end
Sqlexpr_sqlite.S
implementation for the Lwt monad that uses thread
* pools to avoid blocking on sqlite3 API calls.include Sqlexpr_sqlite.S
val set_max_threads : int -> int
set_max_threads n
sets the maximum number of threads to
* max n current_thread_count
and returns the new limit