pub type SyncTask = Box<dyn FnOnce() + Send>;
A task to run on the main thread.
pub struct SyncTask(/* private fields */);