task_dump() ->
tasks
Get detailed task dump with tracebacks
Like task_tree() but adds a traceback field for suspended coroutines,
showing the exact yield point. Has meaningful overhead -- use for debugging,
not monitoring. Returns nil outside lev.run().