macro_rules! profile_log {
($($arg:tt)*) => { ... };
}Expand description
Log a profile message without blocking. Drops the message if the channel is full.
macro_rules! profile_log {
($($arg:tt)*) => { ... };
}Log a profile message without blocking. Drops the message if the channel is full.