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

Support tokio #4

Merged
merged 4 commits into from
Nov 16, 2020
Merged

Support tokio #4

merged 4 commits into from
Nov 16, 2020

Commits on Nov 15, 2020

  1. Support tokio

    WIP to integrate tokio
    
    + factor out spawning requirements to trait
    + move async-std impls to trait
    + add tokio impls
    
    + add feature gates
    + port test to work in both frameworks
    rmanoka committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    44a0a81 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Support cancellation in tokio

    rmanoka committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    e01d72a View commit details
    Browse the repository at this point in the history
  2. Update docs

    rmanoka committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    de0808b View commit details
    Browse the repository at this point in the history
  3. Fix docs.rs build

    rmanoka committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    ebfab97 View commit details
    Browse the repository at this point in the history