Keep signal emissions going while all handlers return false.
THandler The function signature to be implemented by handlers.
Create a new collector.
The signal to emit.
Readonly
Publish the bound signal event (call all handlers) to start the collection process.
Rest
Get the result of the last signal handler.
Process the results of a handler invocation.
true to continue processing handlers.
Reset the result
Keep signal emissions going while all handlers return false.
Typeparam
THandler The function signature to be implemented by handlers.