davenverse / keysemaphore   0.2.1

MIT License Website GitHub

Keyed Semaphore Implementation

Scala versions: 3.x 2.13 2.12 2.11
Scala.js versions: 1.x

keysemaphore - Keyed Semaphores Build Status Maven Central Code of Consuct

Quick Start

To use keysemaphore in an existing SBT project with Scala 2.12, 2.13, or 3.0, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "keysemaphore" % "<version>"
)