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

rt: Remove threaded_scheduler() and basic_scheduler() #2876

Merged
merged 43 commits into from Oct 12, 2020

Commits on Sep 24, 2020

  1. rt: Remove threaded_scheduler() and basic_scheduler()

    This PR removes the ability to set the threaded_scheduler
    and basic_scheduler directly via the builder methods. Now
    to select the basic_scheduler you must use `core_threads`.
    LucioFranco committed Sep 24, 2020
    Copy the full SHA
    f3b8d88 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Fix docs

    LucioFranco committed Sep 25, 2020
    Copy the full SHA
    692b418 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Copy the full SHA
    1db81a9 View commit details
    Browse the repository at this point in the history
  2. Update tests

    Darksonn committed Oct 3, 2020
    Copy the full SHA
    1ecd3bc View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

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

Commits on Oct 6, 2020

  1. Use match in build

    Darksonn committed Oct 6, 2020
    Copy the full SHA
    019945f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Fix tests

    Darksonn committed Oct 7, 2020
    Copy the full SHA
    8c2b54a View commit details
    Browse the repository at this point in the history
  2. rustfmt

    Darksonn committed Oct 7, 2020
    Copy the full SHA
    a1ae97c View commit details
    Browse the repository at this point in the history
  3. clippy

    Darksonn committed Oct 7, 2020
    Copy the full SHA
    430993d View commit details
    Browse the repository at this point in the history
  4. Try to fix doctests

    Darksonn committed Oct 7, 2020
    Copy the full SHA
    10a2735 View commit details
    Browse the repository at this point in the history
  5. test_fail as main -> test

    Darksonn committed Oct 7, 2020
    Copy the full SHA
    0775bd4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9c22b85 View commit details
    Browse the repository at this point in the history
  7. Add runtime builders

    LucioFranco committed Oct 7, 2020
    Copy the full SHA
    45c4977 View commit details
    Browse the repository at this point in the history
  8. remove shell runtime

    LucioFranco committed Oct 7, 2020
    Copy the full SHA
    2178252 View commit details
    Browse the repository at this point in the history
  9. Remove shell runtime test

    Darksonn committed Oct 7, 2020
    Copy the full SHA
    97717ac View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. more feature flag mess

    LucioFranco committed Oct 9, 2020
    Copy the full SHA
    0a8c401 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f747ca View commit details
    Browse the repository at this point in the history
  3. fix feature flags

    carllerche committed Oct 9, 2020
    Copy the full SHA
    5c9e72d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    53f28e2 View commit details
    Browse the repository at this point in the history
  5. fix tests

    carllerche committed Oct 9, 2020
    Copy the full SHA
    456af82 View commit details
    Browse the repository at this point in the history
  6. fix feature combo

    carllerche committed Oct 9, 2020
    Copy the full SHA
    fabd58e View commit details
    Browse the repository at this point in the history
  7. fix windows

    carllerche committed Oct 9, 2020
    Copy the full SHA
    559cf99 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. fix build

    carllerche committed Oct 10, 2020
    Copy the full SHA
    8b78067 View commit details
    Browse the repository at this point in the history
  2. fix docs

    carllerche committed Oct 10, 2020
    Copy the full SHA
    b982350 View commit details
    Browse the repository at this point in the history
  3. fix docs hopefully

    carllerche committed Oct 10, 2020
    Copy the full SHA
    112cf71 View commit details
    Browse the repository at this point in the history
  4. fix loom build

    carllerche committed Oct 10, 2020
    Copy the full SHA
    f9a22e6 View commit details
    Browse the repository at this point in the history
  5. fix tokio-util

    carllerche committed Oct 10, 2020
    Copy the full SHA
    3270ce5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Copy the full SHA
    3b1eb17 View commit details
    Browse the repository at this point in the history
  2. fix macro doc examples

    carllerche committed Oct 12, 2020
    Copy the full SHA
    61421e7 View commit details
    Browse the repository at this point in the history
  3. fix bad type

    carllerche committed Oct 12, 2020
    Copy the full SHA
    130beed View commit details
    Browse the repository at this point in the history
  4. Update tokio/src/io/driver/mod.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    carllerche and Darksonn committed Oct 12, 2020
    Copy the full SHA
    2c9acd1 View commit details
    Browse the repository at this point in the history
  5. tests + rename num_workers

    carllerche committed Oct 12, 2020
    Copy the full SHA
    bc77b12 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'lucio/refactor-runtime-builder' of https://github.com/t…

    …okio-rs/tokio into lucio/refactor-runtime-builder
    carllerche committed Oct 12, 2020
    Copy the full SHA
    55ba939 View commit details
    Browse the repository at this point in the history
  7. tweak ff

    carllerche committed Oct 12, 2020
    Copy the full SHA
    9003409 View commit details
    Browse the repository at this point in the history
  8. fix a test

    carllerche committed Oct 12, 2020
    Copy the full SHA
    f8bb6a0 View commit details
    Browse the repository at this point in the history
  9. fix doc links

    carllerche committed Oct 12, 2020
    Copy the full SHA
    f10eedf View commit details
    Browse the repository at this point in the history
  10. try to fix CI

    carllerche committed Oct 12, 2020
    Copy the full SHA
    5c5f205 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    fb155dd View commit details
    Browse the repository at this point in the history
  12. fix doc test

    carllerche committed Oct 12, 2020
    Copy the full SHA
    5a94b7e View commit details
    Browse the repository at this point in the history
  13. update error message

    carllerche committed Oct 12, 2020
    Copy the full SHA
    22f5237 View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    LucioFranco and Darksonn committed Oct 12, 2020
    Copy the full SHA
    e3f2f86 View commit details
    Browse the repository at this point in the history
  15. address comments

    LucioFranco committed Oct 12, 2020
    Copy the full SHA
    3ad8f3b View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    5829241 View commit details
    Browse the repository at this point in the history