add a pull

This commit is contained in:
Hannes Mehnert 2022-09-20 14:21:01 +02:00
parent d124201bf3
commit 4d80d920d9

View file

@ -11,3 +11,5 @@ val connect : Mimic.ctx -> string -> t Lwt.t
val to_octets : t -> string Lwt.t
val of_octets : string -> (t, [`Msg of string]) result Lwt.t
val pull : t -> (unit, [ `Msg of string ]) result Lwt.t