|
@@ -64,7 +64,7 @@ pub fn launch(
|
|
#[allow(unused)]
|
|
#[allow(unused)]
|
|
pub fn launch(
|
|
pub fn launch(
|
|
root: fn() -> Element,
|
|
root: fn() -> Element,
|
|
- contexts: Vec<Box<dyn Fn() -> Box<dyn Any> + Send + Sync>>,
|
|
|
|
|
|
+ contexts: Vec<Box<dyn Fn() -> Box<dyn Any + Send + Sync> + Send + Sync>>,
|
|
platform_config: Config,
|
|
platform_config: Config,
|
|
) -> ! {
|
|
) -> ! {
|
|
let contexts = Arc::new(contexts);
|
|
let contexts = Arc::new(contexts);
|