Expand description

A sample executor that consumes an iterator

It’s not necessary to use this, as run_step is all you need if rolling your own but it’s a good reference, and is fairly generally useable

Enums

Functions

Consumes a coroutine and runs it with the iterated events This may run to completion, or may consume all the inputs Returns whenever an output is produced, and returns the remaining iterator and coroutine so it can be called again