Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 454 Bytes

CHANGES.md

File metadata and controls

17 lines (10 loc) · 454 Bytes

0.3.1

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

0.3.0

  • Make the poller's eventlist length configurable

0.2.0

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

0.1.0

  • 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).