Is there a way to print a coroutine job tree?
# coroutines
g
Is there a way to print a coroutine job tree?
v
It depends on what you want. For basic tree you can print job and its
Job.children
, advanced hierarchy will arrive in 1.1.0 as part of debug module
🤗 1
👍 1