Structs§
- The
RefreshDriver
is responsible for controlling updates to aallWebView
s onscreen presentation. Currently, it only manages controlling animation update requests. - A thread that manages a
TimerScheduler
running in the background of theRefreshDriver
. This is necessary because we need a reliable way of waking up the embedder’s main thread, which may just be sleeping until theEventLoopWaker
asks it to wake up.