add a pull
This commit is contained in:
parent
d124201bf3
commit
4d80d920d9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue