/ioselectors

Cross platform IO engine and timer for Nim.

Primary LanguageNimApache License 2.0Apache-2.0

ioselectors

Github Action Build Status Travis

License: Apache-2.0 Version

Cross platform IO engine for Nim.

Enhancements for selectors module in stdlib and add IOCP supports in windows.

selectors has little difference with stdlib's except that it adds support for windows(registerHandle, updateHandle, registerEvent). You can read docs in stdlib:

https://nim-lang.org/docs/selectors.html

Installation

nimble install ioselectors