emit

Forces an event to be logged regardless of the configured level.
Emit the signal on the bus. Throws a ClientError if the signal message couldn't be sent.
add a Block in the builder
add a string in the builder
Embed a ByteString directly in the syntax
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.