Skip to content
#

fp

Here are 492 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)

vasilmkd
vasilmkd commented Nov 28, 2021

Currently, most of the example IOApp tests are not executed on Windows, because it doesn't support proper interruption of processes through the java.lang.Process API. These tests are the ones calling the Handle#term method. However, some tests do not call this method and instead wait for the monitored app to finish by itself. These should be run on Windows too.

The solution to this issue

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