Skip to content

Commit

Permalink
Don't require Unix in order to use mock sockets (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
quernd authored Apr 27, 2024
1 parent 260fced commit 5097248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eio/gluten_eio.mli
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module Client : sig
-> read_buffer_size:int
-> protocol:'t Gluten.runtime
-> 't
-> Eio_unix.Net.stream_socket_ty Eio.Net.stream_socket
-> _ Eio.Net.stream_socket
-> t

val upgrade : t -> Gluten.impl -> unit
Expand Down

0 comments on commit 5097248

Please sign in to comment.