emit package:rhine

Emit a single event. This causes every EventClock on the same monad to tick immediately. Be cautious when emitting events from a signal clocked by an EventClock. Nothing prevents you from emitting more events than are handled, causing the event buffer to grow indefinitely.
Like emit, but completely evaluates the event before emitting it.
Emit an event on every tick.
Like emitS, but completely evaluates the event before emitting it.
Emit an event whenever the input value is Just event.
Like emitSMaybe, but completely evaluates the event before emitting it.