wellfactored / resourcepool   1.0.0

Apache License 2.0 GitHub

A library to provide thread-safe access to pools of limited resources. Built on FS2

Scala versions: 2.12

resourcepool 1.0.0


Group ID:
com.wellfactored
Artifact ID:
resourcepool_2.12
Version:
1.0.0
Release Date:
Aug 16, 2018
Licenses:
Files:

libraryDependencies += "com.wellfactored" %% "resourcepool" % "1.0.0"

Mill build tool

ivy"com.wellfactored::resourcepool:1.0.0"

Scala CLI

//> using dep "com.wellfactored::resourcepool:1.0.0"

Ammonite REPL

import $ivy.`com.wellfactored::resourcepool:1.0.0`

<dependency>
  <groupId>com.wellfactored</groupId>
  <artifactId>resourcepool_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.wellfactored', name: 'resourcepool_2.12', version: '1.0.0'