UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

9 lines 298 B
export class FCancellationToken { static Dummy = Object.freeze({ get isCancellationRequested() { return false; }, addCancelListener(_) { }, removeCancelListener(_) { }, throwIfCancellationRequested() { } }); } //# sourceMappingURL=f_cancellation_token.js.map