pub fn spawn_local_with_owner(
    owner: Owner,
    fut: impl Future<Output = ()> + 'static
)
Expand description

Runs a future that has access to the provided Owner’s scope context.