pub type ProjectRuntime = Arc<AppContext>;Expand description
Standalone and subc contexts share the same owned handle so deferred work can outlive the synchronous dispatch stack without borrowing the runtime.
Aliased Type§
pub struct ProjectRuntime { /* private fields */ }