Skip to content

Gevent spawning tree

Lucas Felix requested to merge gevent-spawn-tree2 into master
  • BlissGreenlets keep track of their parent and children (.child_dict() attribute)
  • Main greenlet (not a BlissGreenlet) is patched to track children too
  • GREENLETS and GREENLETS_MONITOR commands are available in the shell to see the spawning tree
  • greenlet_as_tree(greenlet).show() from bliss.common.greenlet_utils.tree module to display the tree of any greenlet.

Screenshot_from_2024-04-03_14-42-23

Edited by Lucas Felix

Merge request reports