fix: replace tokio::runtime::Handle with tauri::async_runtime::handle
This commit is contained in:
@@ -8,7 +8,6 @@ use tauri::{async_runtime, async_runtime::JoinHandle};
|
||||
pub struct AsyncHandler;
|
||||
|
||||
impl AsyncHandler {
|
||||
#[allow(dead_code)]
|
||||
pub fn handle() -> async_runtime::RuntimeHandle {
|
||||
async_runtime::handle()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user