Macro hyprland::dispatch

source ·
macro_rules! dispatch {
    ($dis:ident, $( $arg:expr ), *) => { ... };
    (async; $dis:ident, $( $arg:expr ), *) => { ... };
}
Expand description

Macro abstraction over Dispatch::call