restaumatic / purescript-specular

A Reflex-Dom inspired UI library for PureScript
MIT License
131 stars 10 forks source link

`BlackHole` should have a Time parameter #9

Closed zyla closed 3 years ago

zyla commented 6 years ago

When a frame crashes, it may leave some BlackHoles, which will crash the next frame. oncePerFramePullWithIO should check if a BlackHole isn't "stale", and if it is, should ignore it.

zyla commented 3 years ago

Not relevant anymore, this was for the old backend implementation