wungad
Follow
Pinned Loading
-
Explaining async/await to my mom.
Explaining async/await to my mom. 1#!/usr/bin/env python3
2'''
3Things to remember:
4- coroutines are at the heart of asynchronous IO
5- event loop manages coroutines
-
Explaining frames to my dad
Explaining frames to my dad 1import inspect
23def target():
4# currentframe() is needed only for getouterframes() to
5# have a reference where in the stack to start.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.