tauri runtime Mutex/RwLock, type_hint

This commit is contained in:
Martin Kavík 2024-07-08 02:08:20 +02:00
parent b32b6e4f87
commit 55f1b42ab0
4 changed files with 52 additions and 20 deletions

View file

@ -111,7 +111,9 @@ pub(super) async fn load_signal_and_get_timeline(
timeline_viewport_x,
block_height,
var_format,
);
|value| Box::pin(async { value }),
)
.await;
timeline
}