Core
Subscription
Subscribe/notify primitive used by every reactive handle.
createSubscription()
Subscribe/notify primitive used by every reactive handle.
onFirstSubscribeattaches on first subscriber and cleans up on last.notifycalls every subscriber; the first throw is rethrown after the loop.sizeis the subscriber count.
Examples
import { } from 'seitu'
const { , , } = ({
: () => {
const = (, 1000)
return () => ()
},
})Edit on GitHub
Last updated on