Eio_unix.Pi
Sourcetype Eio.Resource.pi +=
| Stream_socket : ('t,
(module STREAM_SOCKET
with type t = 't),
[> `Platform of [> `Unix ] | `Socket | `Stream ])
Eio.Resource.pi
val flow_handler :
(module FLOW with type t = 't and type tag = 'tag) ->
('t, [ `Unix_fd | 'tag Eio.Net.stream_socket_ty | Eio.File.rw_ty ])
Eio.Resource.handler
val datagram_handler :
(module DATAGRAM_SOCKET with type t = 't and type tag = 'tag) ->
('t, [ `Unix_fd | 'tag Eio.Net.datagram_socket_ty ]) Eio.Resource.handler
val listening_socket_handler :
(module LISTENING_SOCKET with type t = 't and type tag = 'tag) ->
('t, [ `Unix_fd | 'tag Eio.Net.listening_socket_ty ]) Eio.Resource.handler