LogicWaiter extension
An extension
on Logic for waiting for things.
- on
Methods
-
waitCycles(
int numCycles, {Edge edge = Edge.pos}) → Future< void> -
Available on Logic, provided by the LogicWaiter extension
Returns a Future which completes after the specifiednumCycles
, where each cycle is defined as the next occurence of the specifiededge
.