ocaml-iomux icon indicating copy to clipboard operation
ocaml-iomux copied to clipboard

Io multiplexers bindings for ocaml (poll/kqueue/epoll and so on)

Results 2 ocaml-iomux issues
Sort by recently updated
recently updated
newest added

I quickly played around with adding kqueue support to iomux, this PR definitely shouldn't be merged but just wanted to make people aware of the experiment :)) (if it is...

This adds `get_events` to complement `get_fd` and `get_revents`. The motivation is to allow for copying an entry over another, so that iomux's array can be kept contiguous by only ever...