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

util: Add TokioContext future #2791

Merged
merged 18 commits into from Aug 27, 2020

Commits on Aug 24, 2020

  1. tokio-utils: create TokioContext

    Run a future on a custom executor using the tokio runtime.
    Resolves: tokio-rs#2776
    blasrodri committed Aug 24, 2020
    Copy the full SHA
    6fce541 View commit details
    Browse the repository at this point in the history
  2. test passing

    blasrodri committed Aug 24, 2020
    Copy the full SHA
    e7913a4 View commit details
    Browse the repository at this point in the history
  3. add some docs

    blasrodri committed Aug 24, 2020
    Copy the full SHA
    473b8d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Copy the full SHA
    ef1cd37 View commit details
    Browse the repository at this point in the history
  2. include suggestions

    blasrodri committed Aug 25, 2020
    Copy the full SHA
    8006c42 View commit details
    Browse the repository at this point in the history
  3. fix doc warnings

    blasrodri committed Aug 25, 2020
    Copy the full SHA
    21f2fa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Copy the full SHA
    61f5a3e View commit details
    Browse the repository at this point in the history
  2. rustfmt

    blasrodri committed Aug 26, 2020
    Copy the full SHA
    a498afe View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e4a0085 View commit details
    Browse the repository at this point in the history
  4. enrich the docs

    blasrodri committed Aug 26, 2020
    Copy the full SHA
    c50a48d View commit details
    Browse the repository at this point in the history
  5. Revert "fix doc warnings"

    This reverts commit 21f2fa7.
    blasrodri committed Aug 26, 2020
    Copy the full SHA
    abea024 View commit details
    Browse the repository at this point in the history
  6. remove thread-pool feature

    blasrodri committed Aug 26, 2020
    Copy the full SHA
    889627b View commit details
    Browse the repository at this point in the history
  7. adding some newlines

    blasrodri committed Aug 26, 2020
    Copy the full SHA
    20e931f View commit details
    Browse the repository at this point in the history
  8. rm newline

    blasrodri committed Aug 26, 2020
    Copy the full SHA
    3be110b View commit details
    Browse the repository at this point in the history
  9. docs for HandleExt::wrap()

    blasrodri committed Aug 26, 2020
    Copy the full SHA
    c7c658a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    caa8300 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Copy the full SHA
    647dafc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7095c67 View commit details
    Browse the repository at this point in the history