[−][src]Module sunrise_libutils::loop_future
Definition of the LoopFn combinator, implementing Future loops.
Shamelessly stolen from the old futures.
Structs
| LoopFn | A future implementing a tail-recursive loop. |
Enums
| Loop | The status of a |
Functions
| loop_fn | Creates a new future implementing a tail-recursive loop. |