nested_scheduler_io_uring_context
Alternative event loop for nested_scheduler that make use of io_uring instead of libevent.
Installation
-
Have Linux Kernel 5.11+ installed.
-
Add the dependency to your
shard.yml
:dependencies: nested_scheduler_io_uring_context: github: yxhuvud/nested_scheduler_io_uring_context
-
Run
shards install
Usage
require "nested_scheduler_io_uring_context"
TODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/nested_scheduler_io_uring_context/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Linus Sellberg - creator and maintainer