pub fn track_await_start(await_id: usize, future_name: &str, location: &str)Expand description
Track await expression start.
Records an AwaitStart event. Use this before awaiting a future.
ยงArguments
await_id- Unique identifier for this await pointfuture_name- Name or description of the future being awaitedlocation- Source location