##// END OF EJS Templates
Experimental patch to keep Trio event loop alive between cells...
Experimental patch to keep Trio event loop alive between cells Run Trio in a background thread and use trio.from_thread.run() to schedule cells in that thread. This exports a nursery object named GLOBAL_NURSERY that client code can use to start background tasks without blocking the completion of the current cell. Co-authored-by: Brian Mackintosh <bcmackintosh@gmail.com>

File last commit:

r25236:fd1a027a
r25425:f724bc82
Show More
.meeseeksdev.yml
22 lines | 380 B | text/x-yaml | YamlLexer
Matthias Bussonnier
give LucianaMarques ability to tag.
r24958 users:
LucianaMarques:
can:
- tag
Matthias Bussonnier
Allow anyone to tag/untag/close issues....
r24595 special:
everyone:
can:
- say
- tag
- untag
- close
config:
tag:
only:
Matthias Bussonnier
Let anyone add "good first issue"
r25236 - good first issue
Matthias Bussonnier
Allow anyone to tag/untag/close issues....
r24595 - async/await
- backported
- help wanted
- documentation
- notebook
- tab-completion
- windows