@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
10 lines (9 loc) • 303 B
JavaScript
// ets_tracing: off
import "../Operator/index.mjs";
/**
* Ported from https://github.com/zio/zio/blob/master/core/shared/src/main/scala/zio/Semaphore.scala
*
* Copyright 2020 Michael Arnaldi and the Matechs Garage Contributors.
*/
export * from "./semaphore.mjs";
//# sourceMappingURL=index.mjs.map