pub fn current_tree() -> Option<Tree>
Get the await-tree of current task. Returns None if we’re not instrumented.
None
This is useful if you want to check which component or runtime task is calling this function.