Type alias CancellableSource<T>

CancellableSource<T>: RequiredProps<UnderlyingDefaultSource<T>, "cancel">

An UnderlyingDefaultSource object that has a cancel method.

Type Parameters

  • T

Generated using TypeDoc