Returns the result of the all signal handlers from a signal emission in an array.
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 list of results from the signal handlers.
Process the results of a handler invocation.
true to continue processing handlers.
Reset the result
Returns the result of the all signal handlers from a signal emission in an array.
Typeparam
THandler The function signature to be implemented by handlers.