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

async runner #1352

Merged
merged 4 commits into from
Nov 22, 2023
Merged

async runner #1352

merged 4 commits into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. have runner return asyncio.Task instead of AsyncFuture

    don't make Worker._wait async for this PR because it's not strictly necessary and makes testing more confusing
    
    Signed-off-by: technillogue <technillogue@gmail.com>
    technillogue committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4874e9f View commit details
    Browse the repository at this point in the history
  2. make tests async and fix them

    Signed-off-by: technillogue <technillogue@gmail.com>
    technillogue committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9bec211 View commit details
    Browse the repository at this point in the history
  3. delete remaining runner thread code :)

    Signed-off-by: technillogue <technillogue@gmail.com>
    technillogue committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6d0ca6e View commit details
    Browse the repository at this point in the history
  4. review changes to tests and server

    Signed-off-by: technillogue <technillogue@gmail.com>
    technillogue committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    048d38f View commit details
    Browse the repository at this point in the history