Crate spawns_core

source ·

Structs§

Enums§

  • Compat encapsulate functions to find async runtimes to spawn task.

Statics§

Traits§

  • Trait to spawn task.

Functions§

  • Enters a scope where new tasks will be spawned through given Spawn.
  • Gets running task’s id. Panic if no reside in managed async task.
  • Spawns a new task.
  • Gets running task’s id. None if no reside in managed async task.