Executes the body in a loop.
Executes the body in a loop.
The Stage to be executes repeatedly
Modifies the value of the Reactor.
Modifies the value of the Reactor.
A function that has the old Reactor value as input and returns a new Reactor value.
A StageBuilder describing the Reactor behaviour.
Waits until the event is triggered.
Waits until the event is triggered.
When the event is triggered the given body is executed in the same transaction.
the event to wait for.
the code to execute when the event is triggered.
Waits until the event is triggered.
Waits until the event is triggered.
When the event is triggered the given body is executed in the same transaction.
the event's type.
the event to wait for.
the code to execute when the event is triggered.
Reads the current reactor value.
Sets the value of the Reactor.
Sets the value of the Reactor.
The new value of the Reactor.
A StageBuilder describing the Reactor behaviour.
Executes it's body until an event is fired.
Executes it's body until an event is fired.
Until executes the body until the given event is fired.
The event indicating the interrupt.
The Stage to be executes by default.
Executes it's body until an event is fired.
Executes it's body until an event is fired.
Until executes the body until the given event is fired. When the event is fired, until executes the interruptHandler.
Executes it's body until an event is fired.
Executes it's body until an event is fired.
Until executes the body until the given event is fired. When the event is fired, until executes the interruptHandler.