Skip to content

Release 8.3

Choose a tag to compare

@fluentfuture fluentfuture released this 24 Dec 20:55
· 924 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.