domfarolino / browser

Simple browser components
4 stars 1 forks source link

Introduce TaskLoopForUI as a pass-through #39

Closed domfarolino closed 3 years ago

domfarolino commented 3 years ago

For simplicity, this PR introduces TaskLoopForUI as a pass-through for TaskLoopForWorker. This allows us to write generic tests against TaskLoopForUI in the meantime, and then when we introduce a real backing implementation for TaskLoopForUI, we have less special-case places to go back and modify.