arosien / keysemaphore

Keyed Semaphore Implementation

Home Page:https://christopherdavenport.github.io/keysemaphore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keysemaphore - Keyed Semaphores Build Status Maven Central Code of Consuct

Quick Start

To use keysemaphore in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

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

About

Keyed Semaphore Implementation

https://christopherdavenport.github.io/keysemaphore

License:MIT License


Languages

Language:Scala 100.0%