Readonly disposedA signal emitted when the poll is disposed.
Readonly frequencyThe polling frequency data.
Readonly isWhether the poll is disposed.
Readonly nameThe name of the poll.
Readonly stateThe poll state, which is the content of the currently-scheduled poll tick.
Readonly tickA promise that resolves when the currently-scheduled tick completes.
Usually this will resolve after state.interval milliseconds from
state.timestamp. It can resolve earlier if the user starts or refreshes
the poll, etc.
Readonly tickedA signal emitted when the poll state changes, i.e., a new tick is scheduled.
Generated using TypeDoc
A readonly poll that calls an asynchronous function with each tick.
Typeparam
T - The resolved type of the factory's promises.
Typeparam
U - The rejected type of the factory's promises.
Typeparam
V - The type to extend the phases supported by a poll.