module Helper_thread: sig
.. end
type
t
A Helper_thread is a thread that is dedicated to handling computations external to
Async. We need them because some libraries (e.g. Sqlite3) require that certain
collections of computations run in the same thread.
val create : ?name:string -> unit -> t Core.Std.Or_error.t