Module
Zeta.Time
- Package
- purescript-zeta-extra
- Repository
- athanclark/purescript-zeta-extra
#every Source
every :: Milliseconds -> Effect { id :: IntervalId, signal :: Signal (read :: READ, write :: WRITE) Instant }Every n milliseconds, relay the current instant in the signal. Also, return the
IntervalId that is writing to the signal.