For Developers
@fordevelopers
213
subscribers
65
photos
3
videos
1.01K
files
991
links
YAC
Download Telegram
Join
For Developers
213 subscribers
For Developers
#jvm
#java
#scala
#reactive_streams
#streams
#overview
For Developers
#fs2
#streams
#scala
https://underscore.io/blog/posts/2018/03/20/fs2.html
For Developers
#fs2
#streams
#cats
#scala
https://www.youtube.com/watch?v=YSN__0VEsaw
YouTube
Declarative Control Flow with fs2
Stream
– Fabio Labella
fs2 is a purely functional streaming library, with support for concurrent and nondeterministic merging of arbitrary
streams
. Concurrency support means that we can use
Stream
not only to process data in constant memory, but also as a very general abstraction…