macro_rules! hc_command_th {
( $( $arg:tt )* ) => { ... };
}
Expand description
Executes a command on the main thread. This is useful for executing commands from spawned threads.
macro_rules! hc_command_th {
( $( $arg:tt )* ) => { ... };
}
Executes a command on the main thread. This is useful for executing commands from spawned threads.