Skip to content

Release 8.3

Latest
Compare
Choose a tag to compare
@fluentfuture fluentfuture released this 24 Dec 20:55
· 2 commits to master since this release

Simplified structured concurrency Fanout API:

  • concurrently() cancellable.
  • withMaxConcurrency(maxConcurrency).inParallel(...) cancellable.
  • concurrently() throws unchecked exception so is easy to use in Stream.