Parameter Thread_IO.1-IO
val in_thread : (unit -> 'a) -> 'a t
in_thread f
runsf ()
in a separate thread, returning a blocking computation that will become determined once execution off
is complete.
Thread_IO.1-IO
val in_thread : (unit -> 'a) -> 'a t
in_thread f
runs f ()
in a separate thread, returning a blocking computation that will become determined once execution of f
is complete.