Module
Zeta
- Package
- purescript-zeta
- Repository
- athanclark/purescript-zeta
Signals are a dual concept to Queues - they always have a value that may change,
while a queue represents transient events. This module defines a lower level interface
to a signal - so you can clearly see that registering handlers via subscribe
is effectful,
as is changing the current value with set
.
- Modules
- IxZeta
- Zeta
- Zeta.
Compat - Zeta.
Extra - Zeta.
Types