Skip to content

Update to tokio 1.37 and various changes #2

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

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

juicyenc
Copy link

This pull request contains commits that:

  • Update tokio version to 1.37
  • Rewrite tests
  • Add github workflow
  • Fix rust toolchain to nightly

Tests are rewritten. Now threads are using oneshot channels to synchronize, rather than rely on sleeping time. This makes the test result stable.

Tests uses assert_matches that is experimental in nightly. No other code uses nightly features.

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.

1 participant