fast reactive signals jsr.io/@mary/signals
typescript jsr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: unset disposed on start

Mary c0b53530 f5cbe894

+1 -1
+1 -1
mod.ts
··· 538 538 539 539 this._epoch = write_clock; 540 540 this._context_epoch = read_clock++; 541 - this._flags = (flags & ~Flags.DIRTY & ~Flags.MAYBE_DIRTY) | Flags.RUNNING; 541 + this._flags = (flags & ~Flags.DISPOSED & ~Flags.DIRTY & ~Flags.MAYBE_DIRTY) | Flags.RUNNING; 542 542 543 543 ret = this._compute(); 544 544