Crate reblessive

source ·

Modules§

  • The stack runtime
  • A runtime which allows parallel running of branching futures.

Structs§

  • A small minimal runtime for executing futures flattened onto the heap preventing stack overflows on deeply nested futures. Only capable of running a single future at the same time and has no support for waking tasks by itself.
  • A reference back to stack from inside the running future.
  • A runtime similar to Stack but allows running some futures in parallel
  • A refernce back to stack from inside the running future.