paf
HTTP/AF and MirageOS
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library paf
module type RUNTIME = sig ... end
type sleep = int64 -> unit Lwt.t
val server : 'conn runtime -> sleep:sleep -> 'conn -> Mimic.flow -> unit Lwt.t
val run : 'conn runtime -> sleep:sleep -> 'conn -> Mimic.flow -> unit Lwt.t
val serve :
sleep:sleep ->
?stop:Lwt_switch.t ->
't service ->
't ->
[ `Initialized of unit Lwt.t ]