Y
Hacker News
new
|
ask
|
show
|
jobs
by
buibuibui
374 days ago
I am using the standard Python library `contextvars.ContextVar` as the foundation of my reactivity system's dependency tracking mechanism. In the computation step, when Signals get accessed, I track them as dependencies.