thread-exec

Intelligent thread execution and pooling that automatically create different pools to isolate slow running tasks from faster running tasks and avoid the system slowing down.

Leiningen/Boot

[thread-exec "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

thread-exec/thread-exec {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("thread-exec:thread-exec:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>thread-exec</groupId>
  <artifactId>thread-exec</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>