Modules§

Macros§

  • Pins a variable of type T on the stack and rebinds it as Pin<&mut T>.
  • Unwraps Poll<T> or returns Pending.

Structs§

Functions§

  • Blocks the current thread on a future, processing I/O events when idle.
  • Spawns a task onto the global executor (single-threaded by default).
  • Runs blocking code on a thread pool.