TimeoutFsm.Output

Undocumented in source.
struct TimeoutFsm
@safe static
struct Output {}

Members

Variables

done
bool done;

When the testing of all timeouts are done, e.g. the state is "done".

iter
long iter;

The current iteration through the timeout algorithm.

Meta