SignalSet.callBlocked

Executes op with the signals in this set blocked. The signals are automatically unblocked again after op has finished (returned or threw).

struct SignalSet
void
callBlocked
(
lazy void op
)

Parameters

op void

the operation to execute

Meta