The Wayback Machine - https://web.archive.org/web/20210514185931/https://github.com/topics/stream
Skip to content
#

stream

Here are 2,472 public repositories matching this topic...

node-fetch
nuclear
fs2
arosien
arosien commented May 13, 2021

apply and of require both F[_] and A parameters, which often has inference issues requiring the user to annotate. Instead these methods could use the partial apply "trick" to infer at least the A type.

def apply[F[_], A](initial: A)(implicit arg0: Concurrent[F]): F[SignallingRef[F, A]]

Other data types might have similar issues, but this is the one I've noticed so fa

Improve this page

Add a description, image, and links to the stream 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 stream topic, visit your repo's landing page and select "manage topics."

Learn more