lampepfl / gears

A strawman for a low-level async library in Scala 3.
https://lampepfl.github.io/gears/
Apache License 2.0
247 stars 24 forks source link

Add simple building blocks for Stream #56

Open He-Pin opened 5 months ago

He-Pin commented 5 months ago

Motivation:

Add simple building blocks for Source, Flow, Sink ; or Source, Pipeline , Sink thing, and then can try out with streaming built on top of Channel and Future's

natsukagami commented 5 months ago

It's definitely on the roadmap!

natsukagami commented 5 months ago

Related discussion: https://github.com/lampepfl/gears/discussions/61