Function spawns_core::enter

source ·
pub fn enter(spawner: &dyn Spawn) -> SpawnScope<'_>
Expand description

Enters a scope where new tasks will be spawned through given Spawn.