Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ringabout/ioselectors
Cross platform IO engine and timer for Nim.
https://github.com/ringabout/ioselectors
Last synced: 26 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T10:06:19.000Z (about 4 years ago)
- Last Synced: 2024-10-05T04:09:32.063Z (about 1 month 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
![Github Action](https://github.com/xflywind/ioselectors/workflows/Test%20ioselectors/badge.svg)
[![Build Status](https://dev.azure.com/xzsflywind/xlsx/_apis/build/status/xflywind.ioselectors?branchName=master)](https://dev.azure.com/xzsflywind/xlsx/_build/latest?definitionId=8&branchName=master)
![Travis](https://travis-ci.org/xflywind/ioselectors.svg?branch=master)![License: Apache-2.0](https://img.shields.io/github/license/xflywind/ioselectors)
[![Version](https://img.shields.io/github/v/release/xflywind/ioselectors?include_prereleases)](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
```