ponyc icon indicating copy to clipboard operation
ponyc copied to clipboard

pony_asio_event_resubscribe is only available for epoll

Open SeanTAllen opened this issue 6 years ago • 1 comments

Which means, you can't use it directly and still have to call pony_asio_event_resubscribe_read and pony_asio_event_resubscribe_write.

IOCP and Kqueue both need support so that it can be used from Pony code.

SeanTAllen avatar Jun 19 '19 00:06 SeanTAllen