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 0.1.1


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

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

Mill build tool

ivy"com.wellfactored::resourcepool:0.1.1"

Scala CLI

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

Ammonite REPL

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

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

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