/agitation

Control Structures for Cancellation

Primary LanguageScalaMIT LicenseMIT

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>"
)