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

executor: move into tokio crate #1702

Merged
merged 11 commits into from
Oct 29, 2019
Merged

executor: move into tokio crate #1702

merged 11 commits into from
Oct 29, 2019

Commits on Oct 28, 2019

  1. executor: move into tokio crate

    A step towards collapsing Tokio sub crates into a single `tokio`
    crate (#1318).
    
    The executor implementation is now provided by the main `tokio` crate.
    Functionality can be opted out of by using the various net related
    feature flags.
    carllerche committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2e45b77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce3c260 View commit details
    Browse the repository at this point in the history
  3. try to fix CI

    carllerche committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    43d0ac4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e33da0 View commit details
    Browse the repository at this point in the history
  5. fmt

    carllerche committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    7a6025f View commit details
    Browse the repository at this point in the history
  6. import executor tests

    carllerche committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    44e84d1 View commit details
    Browse the repository at this point in the history
  7. fix bench

    carllerche committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    fe95757 View commit details
    Browse the repository at this point in the history
  8. apply feedback

    carllerche committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9153863 View commit details
    Browse the repository at this point in the history
  9. try to fix CI

    carllerche committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e5da0b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. add missing dep

    carllerche committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    a7718c3 View commit details
    Browse the repository at this point in the history
  2. fix loom tests

    carllerche committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    358a27a View commit details
    Browse the repository at this point in the history