¤ delaySP, delayF

Delay the activation of a stream processor or fudget

Types

delaySP :: SP a b -> SP a b
delayF :: F a b -> F a b

Description

delaySP delays the activation of a stream processor until it receives its first input.

See Also

startupSP.