nested_scheduler_io_uring_context

Version, currently main branch1 version
  • main branchlatestApr 4, 2025

github.com/yxhuvud/nested_scheduler_io_uring_context

No description declared in shard.yml.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  nested_scheduler_io_uring_context:
    github: yxhuvud/nested_scheduler_io_uring_context
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.1.1
License
MIT
Author
Linus Sellberg

Dependencies

Runtime Dependencies

  • ior~> 0.7.8github: yxhuvud/ior, branch: master
  • nested_scheduler~> 0.6.0github: yxhuvud/nested_scheduler, branch: main

README

nested_scheduler_io_uring_context

Alternative event loop for nested_scheduler that make use of io_uring instead of libevent.

Installation

  1. Have Linux Kernel 5.11+ installed.

  2. Add the dependency to your shard.yml:

    dependencies:
      nested_scheduler_io_uring_context:
        github: yxhuvud/nested_scheduler_io_uring_context
  3. Run shards install

Usage

require "nested_scheduler_io_uring_context"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/nested_scheduler_io_uring_context/fork)
  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 a new Pull Request

Contributors