Skip to content

Replace tornado Event/Condition/Semaphore with asyncio equivalents #3395

Description

@mrocklin

This would help to clean up the gen.TimeoutError issue partially fixed in #3394 . It would also be on the way to standardizing us on asyncio.

It appears that they don't support timeout= keywords, so we'll have to use asyncio.wait_for or something similar.

cc @jrbourbeau @jcrist

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions