- Fix bug where writable events weren't setting writable flag to true (#15, @edwintorok)
- Make the poller's eventlist length configurable
- Use oneshot mode for events
- Oneshot mode causes the event to return only the first time.
- 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).