Runnable.SyntaxPart of the Runnable module that is intended to be opened.
Makes fields value and run available in the environment.
type ('a, 'b) runnable = ('a, 'b) tval (let*!) : ('a, 'b) t -> ('b -> 'c Lwt.t) -> 'c Lwt.tSame as run, then continue with the given function.
val (let*?) : ('a, 'b) t -> ('a -> 'c) -> 'cGet the value of a runnable and pass it to a continuation.
You can also just access field value directly.