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.
1 parent bc14f2f commit 85c82e7Copy full SHA for 85c82e7
uasyncio.core/example_call_soon.py
@@ -1,5 +1,8 @@
1
import uasyncio.core as asyncio
2
import time
3
+import logging
4
+logging.basicConfig(level=logging.DEBUG)
5
+#asyncio.set_debug(True)
6
7
8
def cb():
0 commit comments