Module Cf_lwt.RunLoop

val run_thread : ( Cf.RunLoop.t -> unit ) -> Cf.RunLoop.t Lwt.t
val run_thread_in_mode : ?return_after_source_handled:bool -> ?seconds:float -> Cf.RunLoop.Mode.t -> ( Cf.RunLoop.t -> unit ) -> ( Cf.RunLoop.RunResult.t -> unit Lwt.t ) -> Cf.RunLoop.t Lwt.t