-
Updated
Jan 13, 2021
fp
Here are 464 public repositories matching this topic...
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)
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jul 28, 2021 - Scala
We need to add .. autosummary::
to pages that need it.
We also need to make sure that this tag renders smoothly.
Usage example: https://github.com/wemake-services/wemake-python-styleguide/blob/ba060dfd18606365d4c09545554b595fce025e79/wemake_python_styleguide/violations/best_practices.py#L16-L17
Docs: https://www.sphinx-doc.org/en/master/usage/extensions/autosummary.html
Add `IO.trace`
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
-
Updated
Jul 29, 2021 - JavaScript
-
Updated
Jul 17, 2021 - Rust
-
Updated
Jul 22, 2021 - Scala
-
Updated
May 18, 2020
-
Updated
May 10, 2021 - TypeScript
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Jul 13, 2021 - Swift
-
Updated
Apr 2, 2021
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Jul 28, 2021 - TypeScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Jul 26, 2021 - TypeScript
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Jul 12, 2021 - TypeScript
-
Updated
Jul 27, 2021 - Python
-
Updated
Jul 27, 2021 - C
-
Updated
Jul 29, 2021 - Scala
-
Updated
May 10, 2021 - TypeScript
Improve this page
Add a description, image, and links to the fp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fp topic, visit your repo's landing page and select "manage topics."
Most awesome FP libraries (Cats, Scalaz, Monocle, Algebird etc ) have microsite done by sbt-microsites
Adding one for Shapeless would make it easier for newcomers. Quick, online reference on what is available