pub fn track_await_end(await_id: usize, location: &str)Expand description
Track await expression completion.
Records an AwaitEnd event. Use this after a future completes.
ยงArguments
await_id- Identifier matching the correspondingtrack_await_startlocation- Source location