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

runtime: add custom keep_alive functionality #2809

Merged

Commits on Sep 2, 2020

  1. runtime: add custom keep_alive functionality

    Adds a keep_alive attribute in the builder that can be
    customized only for the BlockingPool
    
    Fixes: tokio-rs#2585
    blasrodri committed Sep 2, 2020
    Copy the full SHA
    54cbb65 View commit details
    Browse the repository at this point in the history
  2. Update tokio/src/runtime/builder.rs

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    blasrodri and hawkw committed Sep 2, 2020
    Copy the full SHA
    7e1109f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c465cfb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d582a5e View commit details
    Browse the repository at this point in the history
  5. fix typo

    blasrodri committed Sep 2, 2020
    Copy the full SHA
    c3b9bc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. simplify feature flagging

    blasrodri committed Sep 3, 2020
    Copy the full SHA
    f03aa82 View commit details
    Browse the repository at this point in the history
  2. remove feature on import

    blasrodri committed Sep 3, 2020
    Copy the full SHA
    71803ea View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Revert "remove feature on import"

    This reverts commit 71803ea.
    blasrodri committed Sep 4, 2020
    Copy the full SHA
    7ca1150 View commit details
    Browse the repository at this point in the history
  2. Revert "simplify feature flagging"

    This reverts commit f03aa82.
    blasrodri committed Sep 4, 2020
    Copy the full SHA
    9dec561 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Copy the full SHA
    bf76af6 View commit details
    Browse the repository at this point in the history