Skip to content

Commit 9edf631

Browse files
committed
ch10: add function join_all
1 parent 499b443 commit 9edf631

File tree

1 file changed

+3
-0
lines changed
  • chapter10-using-types-for-safety-and-inspection

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def join_all(joinables):
2+
for task in joinables:
3+
task.join()

0 commit comments

Comments
 (0)