Module Runtime.Make

Parameters

module Flow : Flow.S
module Runtime : S

Signature

type conn = Runtime.t
type flow = Flow.t
val run : conn -> ?tags:Logs.Tag.set -> ?read_buffer_size:int -> ?upgrade:(flow -> unit) -> flow -> unit Miou.t