Skip to content

asyncio.create_task is not working #116

Description

@cosven

Python 3.7 add create_task function, it use _get_running_loop function to get event loop. However, we never the our QEventLoop as the running loop.

In asyncio event loops, they set running loop in run_forever.

Similar issue in asyncqt: https://github.com/gmarull/asyncqt/issues/3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions