Skip to content

Commit

Permalink
Merge branch 'async-support' of github.com:matham/kivy into async-sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
matham committed Jun 26, 2019
2 parents 339db34 + 6afcc3a commit 4899ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async/trio_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def root_func():
async with trio.open_nursery() as nursery:
'''In trio you create a nursery, in which you schedule async
functions to be run by the nursery simultaneously as tasks.
This will run all two methods starting in random order
asynchronously and then block until they are finished or canceled
at the `with` level. '''
Expand Down

0 comments on commit 4899ccb

Please sign in to comment.