Skip to main content

module_main_fn_is_async

Function module_main_fn_is_async 

Source
pub fn module_main_fn_is_async(module: &AIRModule) -> bool
Expand description

Returns true if the given AIR module declares a top-level async fn main. Used by generate_project to select an async-aware entry invocation.