https://github.com/ringabout/ioselectors
Cross platform IO engine and timer for Nim.
https://github.com/ringabout/ioselectors
Last synced: 4 months ago
JSON representation
Cross platform IO engine and timer for Nim.
- Host: GitHub
- URL: https://github.com/ringabout/ioselectors
- Owner: ringabout
- License: apache-2.0
- Created: 2020-08-01T03:02:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T10:06:19.000Z (about 5 years ago)
- Last Synced: 2024-10-16T10:06:20.134Z (about 1 year ago)
- Language: Nim
- Homepage:
- Size: 176 KB
- Stars: 23
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nim - ioselectors - The ioselectors plus for Nim. (Operating System / IO)
README
# ioselectors

[](https://dev.azure.com/xzsflywind/xlsx/_build/latest?definitionId=8&branchName=master)


[](https://github.com/pxflywind/ioselectors/releases)
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
```