##// 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:

r24535:23eb6b09
r25425:f724bc82
Show More
antigravity-feature.rst
5 lines | 124 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / antigravity-feature.rst

Antigravity feature

Example new antigravity feature. Try import antigravity in a Python 3 console.