leonoel / flow

14 stars 0 forks source link

Flow

A clojure-based standard for representation of logical processes producing multiple values over time.

Goals

Prior art

Flow shares several goals with various existing streaming protocols, especially reactive streams, and aims to overcome its limitations.

Specification

Flow defines a protocol to perform a unidirectional transfer of values from a producer to a consumer.