Crate reblessive

Crate reblessive 

Source

Modules§

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

Structs§

Stack
A small minimal runtime for executing futures flattened onto the heap preventing stack overflows on deeply nested futures.
Stk
A reference back to stack from inside the running future.
TreeStack
A runtime similar to Stack but allows running some futures in parallel
TreeStk
A refernce back to stack from inside the running future.