UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

13 lines 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCancellationToken = void 0; class FCancellationToken { static Dummy = Object.freeze({ get isCancellationRequested() { return false; }, addCancelListener(_) { }, removeCancelListener(_) { }, throwIfCancellationRequested() { } }); } exports.FCancellationToken = FCancellationToken; //# sourceMappingURL=f_cancellation_token.js.map