ioselectors
Selectors extension.
Summary
| Latest Version | Unknown |
|---|---|
| License | Apache-2.0 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install ioselectors
choosenim install ioselectors
git clone https://github.com/ringabout/ioselectors
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| ioselectors | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/ringabout/ioselectors |
|---|---|
| Homepage | https://github.com/ringabout/ioselectors |
| Registry Source | nimble_official |
README
ioselectors
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