useProcessPending
No documentation has been provided.
Presentation
const useProcessPending : <T extends Type <Process <any>>>(
type: T,
selector?: (instance: InstanceType<T>) => boolean,
[commands$, events$]?: [CommandBus , CommandEventBus ],
) => Signal <boolean>;