Abstract
Base class for collectors.
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
Process the results of a handler invocation.
true to continue processing handlers.
Base class for collectors.
Typeparam
THandler The function signature to be implemented by handlers.