xitop
xitop
I find the proposed clarification useful, but I think the task state "not started yet" should be somehow defined or explained. As a developer I had to learn it from...
I understand that each sentence in the docs must be carefully chosen. I am not suggesting any text, because my knowledge level of the English language and the asyncio library...
@fancidev Not 100% why are you asking. To make it simple, let me summarize. This issue with its PR explains what happens if a task was not started yet. I...
The question is now: does `asyncio.sleep(0)` reliably start scheduled tasks? I thought it exists for this purpose: *"Setting the delay to 0 provides an optimized path to allow other tasks...
Tested also with Python 3.11, no change.