leonoel / missionary

A functional effect and streaming system for Clojure/Script
Eclipse Public License 2.0
630 stars 26 forks source link

update `ap` docstring #22

Closed xificurC closed 3 years ago

xificurC commented 3 years ago

Returns a flow evaluating body (in an implicit do) and producing values of each subsequent fork. Body evaluation can be parked with ? and forked with ?? and ?!.

AFAICT at least ?= should be noted too, shouldn't it?

leonoel commented 3 years ago

sure !