Nanoev_unixSourceNano event loop
include module type of struct include Nanoev endClose the file descriptor and clean it up
val on_readable :
t ->
Unix.file_descr ->
'a ->
'b ->
(closed:bool -> 'a -> 'b -> unit) ->
unitval on_writable :
t ->
Unix.file_descr ->
'a ->
'b ->
(closed:bool -> 'a -> 'b -> unit) ->
unit