Checkpoint

This commit is contained in:
Nathan Sobo 2023-09-20 10:17:29 -06:00
parent 7885eaf974
commit 83dae46ec6
17 changed files with 2701 additions and 1193 deletions

View file

@ -619,7 +619,7 @@ impl ExecutorEvent {
}
impl ForegroundExecutor {
pub fn platform(dispatcher: Arc<dyn PlatformDispatcher>) -> Result<Self> {
pub fn new(dispatcher: Arc<dyn PlatformDispatcher>) -> Result<Self> {
if dispatcher.is_main_thread() {
Ok(Self::Platform {
dispatcher,