pub fn vthread_duration_begin<S1: AsTraceStrRef, S2: AsTraceStrRef>(
context: &TraceCategoryContext,
name: S1,
vthread: &VThread<S2>,
args: &[Arg<'_>],
)Expand description
Like duration_begin, but writes the event to a vthread track.