Skip to content

Commit

Permalink
test of async behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
bfredl committed Nov 3, 2014
1 parent 594aa3b commit bf70b26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/async_out.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from time import sleep
sleep(3)
for i in range(10):
sleep(0.3)
print("X")

0 comments on commit bf70b26

Please sign in to comment.