jtarricone / agitation

Control Structures for Cancellation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

agitation - A Control Structure for Cancellation Build Status Maven Central

Quick Start

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

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

About

Control Structures for Cancellation

https://christopherdavenport.github.io/agitation

License:MIT License


Languages

Language:Scala 100.0%