This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author QuadCorei8085
Recipients QuadCorei8085, asvetlov, yselivanov
Date 2021-09-14.10:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631616009.12.0.639841875641.issue45194@roundup.psfhosted.org>
In-reply-to
Content
correction:
a) of course i meant loop.create_task(test_task())

b) when using threading the sleep returns every 1000ms when going lower 10-15ms is also spot on. (I wanted to use threading in my app but one library - websocket - is asyncio based thus i'm stuck with asyncio)
History
Date User Action Args
2021-09-14 10:40:09QuadCorei8085setrecipients: + QuadCorei8085, asvetlov, yselivanov
2021-09-14 10:40:09QuadCorei8085setmessageid: <1631616009.12.0.639841875641.issue45194@roundup.psfhosted.org>
2021-09-14 10:40:09QuadCorei8085linkissue45194 messages
2021-09-14 10:40:09QuadCorei8085create