emit -package:ghc
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
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.
Simply appends some string of block to the module's C file. Use with
care.
Simply appends some string to the module's C file. Use with care.
add a string in the builder
emit a UTF8 char in the builder
this function may be replaced by `emit :: Encoding -> Char ->
Builder`
emit a UTF8 char in the builder
Hook a committer action to a queue, creating an emitter continuation.