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 499b443 commit 9edf631Copy full SHA for 9edf631
chapter10-using-types-for-safety-and-inspection/duck.py
@@ -0,0 +1,3 @@
1
+def join_all(joinables):
2
+ for task in joinables:
3
+ task.join()
0 commit comments