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.3.1"]

Clojure CLI/deps.edn

thread-exec/thread-exec {:mvn/version "0.3.1"}

Gradle

implementation("thread-exec:thread-exec:0.3.1")

Maven

<dependency>
  <groupId>thread-exec</groupId>
  <artifactId>thread-exec</artifactId>
  <version>0.3.1</version>
</dependency>