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.