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