Module fluvio_future::task

source ·

Functions

  • run future and wait forever this is typically used in the server
  • 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.