Writable interface for both updating and subscribing.
Set value and inform subscribers.
Subscribe on value changes.
subscription callback - calls are queued
cleanup callback - calls are immediate
Update value using callback and inform subscribers.
Generated using TypeDoc
Writable interface for both updating and subscribing.