interface InternalProducer<T> {
    _stop: (() => void);
    _start(listener: InternalListener<T>): void;
}

Type Parameters

  • T

Properties

Methods

Properties

_stop: (() => void)

Methods

  • Parameters

    Returns void