UNPKG

prex-es5

Version:

Async coordination primitives and extensions on top of ES6 Promises

20 lines (18 loc) 684 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";