macro_rules! exec {
($main:ident) => { ... };
}
Expand description
cala: Set an asynchronous function as the entry point for the program.
macro_rules! exec {
($main:ident) => { ... };
}
cala: Set an asynchronous function as the entry point for the program.