wip rebase updates
This commit is contained in:
parent
86dcf8af6c
commit
e10459fb37
68 changed files with 1776 additions and 1544 deletions
|
|
@ -26,4 +26,8 @@ impl iced::Executor for Executor {
|
|||
let _guard = self.0.enter();
|
||||
f()
|
||||
}
|
||||
|
||||
fn block_on<T>(&self, future: impl Future<Output = T>) -> T {
|
||||
self.0.block_on(future)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,4 +30,8 @@ impl iced::Executor for Executor {
|
|||
let _guard = self.0.enter();
|
||||
f()
|
||||
}
|
||||
|
||||
fn block_on<T>(&self, future: impl Future<Output = T>) -> T {
|
||||
self.0.block_on(future)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue