Checkpoint
This commit is contained in:
parent
7885eaf974
commit
83dae46ec6
17 changed files with 2701 additions and 1193 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue