UNPKG

prex-es5

Version:

Async coordination primitives and extensions on top of ES6 Promises

22 lines (19 loc) 719 B
/*! ***************************************************************************** Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for details. ***************************************************************************** */ import "./asyncIterable"; export * from "./cancellation"; export * from "./deferred"; export * from "./queue"; export * from "./boundedQueue"; export * from "./stack"; export * from "./manualresetevent"; export * from "./autoresetevent"; export * from "./semaphore"; export * from "./barrier"; export * from "./countdown"; export * from "./readerwriterlock"; export * from "./delay"; //# sourceMappingURL=index.js.map