[][src]Module scoped_spawn::remote_scope

Low-level structured concurrency.

This module gives you everything you need to spawn a task but does not do the actual spawning.

Modules

signals

Signals used by this library.

Structs

RemoteScope

A scope for a child task.

RemoteSpawner

A spawner.