We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in the example start_stop_counter.py I get a warning:
DeprecationWarning: There is no current event loop asyncio.get_event_loop_policy().get_event_loop().create_task(counter())
I belive it is in conjuntion with Python 3.13
in the example start_stop_counter.py I get a warning:
DeprecationWarning: There is no current event loop
asyncio.get_event_loop_policy().get_event_loop().create_task(counter())
I belive it is in conjuntion with Python 3.13