Captured conditions that meet the include
and exclude
requirements are signaled in the order as they were captured.
signalConditions(
future,
include = "condition",
exclude = NULL,
resignal = TRUE,
...
)
A resolved Future.
A character string of condition classes to signal.
A character string of condition classes not to signal.
If TRUE, then already signaled conditions are signaled again, otherwise not.
Not used.
Returns the Future where conditioned that were signaled have been flagged to have been signaled.
Conditions are signaled by
signalCondition()
.