@continuum-js/frp / perform
Function: perform()
Defined in: index.ts:1659
IO boundary: run an async effect per request occurrence and feed the result back into the network as a fresh occurrence (new moment). Errors are wrapped in a Result and flow as data.
Type Parameters
A
A
B
B
Parameters
e
Stream<A>
run
(a) => Promise<B>