Module futures_task::spawn

source ·

Modules§

Structs§

Traits§

  • The LocalSpawn is similar to Spawn, but allows spawning futures that don’t implement Send.
  • The Spawn trait allows for pushing futures onto an executor that will run them to completion.