pub fn track_async_block_exit(block_id: usize, location: &str)Expand description
Track async block exit.
Records an AsyncBlockExit event. Use this when exiting an async block.
ยงArguments
block_id- Identifier matching the correspondingtrack_async_block_enterlocation- Source location