Signal같은건데 incremental update도 되고 GC도 가능한 무언가를 만들려고 했더니 이런 정의가 나왔다. 혹시 비슷한거 알고 계신분 있나요?

type Dynamic<Value, Delta> = {
	read(): Value;
	disconnect(): void;

	updated: Observable<Delta>;

	fork(): Dynamic<Value, Delta>;
};
3

If you have a fediverse account, you can reply to this note from your own instance. Search https://hackers.pub/ap/notes/01968fae-64f6-7397-b349-eae5fa75356b on your instance and reply to it.