Function
escaping_spawn_(_:)
Spawns a computation and returns a future that can be used to await its completion.
fun escaping_spawn_<E: Movable & Deinitializable>(_ f: sink [E] () let -> Int) -> EscapingFuture<E>
Details
The future can escape the current scope.