Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minimal support of System type with io-uring #395

Merged
merged 10 commits into from Oct 21, 2021
Merged

Conversation

fakeshadow
Copy link
Contributor

PR Type

Feature

PR Checklist

Check your PR fulfills the following:

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Format code with the latest stable rustfmt

Overview

Due to tokio-uring does not expose it's Runtime type so existing logic of System construction would not work.
This PR adds a minimal SystemRunner::block_on for io-uring feature and multiple tests has to be disabled when it enabled.

@fakeshadow fakeshadow added the help wanted Extra attention is needed label Oct 18, 2021
@fakeshadow
Copy link
Contributor Author

CI is failing due to memlock limit. Help is appreciated for figuring out how to increase it.

@fakeshadow fakeshadow removed the help wanted Extra attention is needed label Oct 21, 2021
@robjtede robjtede merged commit a1d15f2 into master Oct 21, 2021
@robjtede robjtede deleted the feat/System_io_uring branch October 21, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants