Skip to content

Releases: anuragsoni/poll

0.3.1

02 Jul 21:41
Compare
Choose a tag to compare

CHANGES:

  • Fix bug where writable events weren't setting writable flag to true (#15, @edwintorok)

0.3.0

10 Jun 16:03
Compare
Choose a tag to compare

CHANGES:

  • Make the poller's eventlist length configurable

0.2.0

08 May 02:21
Compare
Choose a tag to compare

CHANGES:

  • Use oneshot mode for events
    • Oneshot mode causes the event to return only the first time.

0.1.0

07 Dec 03:17
Compare
Choose a tag to compare

CHANGES:

  • Initial release
    • Supports a polling api using the platform event notification mechanisms on macOS (Kqueue), Linux (Epoll) and windows (wepoll - an epoll emulation using IOCP).