Reactor.yield

Yields, causing the next call to {@link #process()} to return successfully - without processing any events. If multiple calls can be made to <code>yield</code> and only the next invocation of {@link #process()} will be affected.

interface Reactor
void
yield
()

Meta