Module fluvio_future::task

source ·

Structs§

  • A handle that awaits the result of a task.

Functions§

  • run future and wait forever this is typically used in the server
  • Spawns a task and blocks the current thread on its result.
  • Spawns a task.
  • Spawns a blocking task.
  • Spawns a task onto the thread-local executor.