Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/socketry/io-event
https://github.com/socketry/io-event
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/socketry/io-event
- Owner: socketry
- License: mit
- Created: 2020-08-22T12:41:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T09:49:20.000Z (7 months ago)
- Last Synced: 2024-04-05T05:06:54.736Z (7 months ago)
- Language: C
- Size: 605 KB
- Stars: 52
- Watchers: 10
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-io_uring - io-event - Fiber scheduler for Ruby 3.0 (Ruby)
README
# ![Event](logo.svg)
Provides low level cross-platform primitives for constructing event loops, with support for `select`, `kqueue`, `epoll` and `io_uring`.
[![Development Status](https://github.com/socketry/io-event/workflows/Test/badge.svg)](https://github.com/socketry/io-event/actions?workflow=Test)
## Motivation
The initial proof-of-concept [Async](https://github.com/socketry/async) was built on [NIO4r](https://github.com/socketry/nio4r). It was perfectly acceptable and well tested in production, however being built on `libev` was a little bit limiting. I wanted to directly build my fiber scheduler into the fabric of the event loop, which is what this gem exposes - it is specifically implemented to support building event loops beneath the fiber scheduler interface, providing an efficient C implementation of all the core operations.
## Usage
Please see the [project documentation](https://socketry.github.io/io-event/).
## Contributing
We welcome contributions to this project.
1. Fork it.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.### Developer Certificate of Origin
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
### Community Guidelines
This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.