rssh / trackedfuture   0.5.0

GitHub

small runtime + java-agent, which brings back full stacktrace for exceptions, generated inside Future callbacks (like apply, map, flatMap, etc..)

Scala versions: 3.x 2.13

trackedfuture 0.5.0


Group ID:
com.github.rssh
Artifact ID:
trackedfuture_3
Version:
0.5.0
Release Date:
Aug 29, 2021
Licenses:
Files:

libraryDependencies += "com.github.rssh" %% "trackedfuture" % "0.5.0"

Mill build tool

ivy"com.github.rssh::trackedfuture:0.5.0"

Scala CLI

//> using dep "com.github.rssh::trackedfuture:0.5.0"

Ammonite REPL

import $ivy.`com.github.rssh::trackedfuture:0.5.0`

<dependency>
  <groupId>com.github.rssh</groupId>
  <artifactId>trackedfuture_3</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'com.github.rssh', name: 'trackedfuture_3', version: '0.5.0'