##// END OF EJS Templates
More work on long-lived Trio loop...
More work on long-lived Trio loop -Better handling for race condition on loop startup -Better handling of errors for tasks in the global nursery: it doesn't crash the global nursery, it just logs the exception -And some other code cleanup Co-authored-by: Brian Mackintosh <bcmackintosh@gmail.com>

File last commit:

r22615:3d83950a
r25426:018538a0
Show More
index.rst
12 lines | 229 B | text/x-rst | RstLexer
Thomas Kluyver
Generate docs for config options.
r13459 ===============
IPython options
===============
Thomas Kluyver
Refer to how to set config from options list
r13503 Any of the options listed here can be set in config files, at the
command line, or from inside IPython. See :ref:`setting_config` for
details.
Thomas Kluyver
Revert part of gh-9567
r22615 .. toctree::
terminal
kernel