Function annotate_thread_name

Source
pub fn annotate_thread_name<T>(name: T)
where T: AsRef<CStr>,
Available on crate feature client_requests_defs only.
Expand description

Tell DRD to assign the specified name to the current thread.

This name will be used in error messages printed by DRD.