mte/unikernel/duniverse/faraday/lwt/faraday_lwt.mli

9 lines
155 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
open Faraday
val serialize
: t
-> yield : (t -> unit Lwt.t)
-> writev : (bigstring iovec list -> [ `Ok of int | `Closed ] Lwt.t)
-> unit Lwt.t