Skip to content
#

fp

Here are 464 public repositories matching this topic...

fs2
Daenyth
Daenyth commented Jul 16, 2020

It should cover when you'd use and how to use:

  • parEvalMap/Unordered
  • parJoin
  • concurrently
  • merge*

There's the page on Queue/Topic/etc but there's not a great single page on the operations directly on Stream. The Guide section on concurrency is very short and doesn't cover some of the most common operations (parEvalMap especially)

djspiewak
djspiewak commented Jul 26, 2021

Should return something like IO[Trace], which should be an immutable data type containing methods like enhanceException(Throwable): Throwable, pretty: String, oneline: String (or maybe just toString), etc. This handles use-cases like ad-hoc debugging and external exception handlers (like Sentry).

I'm labeling this as a good first issue even though it's going to be a bit involved

Improve this page

Add a description, image, and links to the fp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fp topic, visit your repo's landing page and select "manage topics."

Learn more