mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-17 17:09:25 +00:00
tokio: Use multi-threaded runtime
This commit is contained in:
@@ -78,7 +78,7 @@ async fn get_data_stores(
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main(flavor = "multi_thread")]
|
||||||
async fn main() -> Result<()> {
|
async fn main() -> Result<()> {
|
||||||
let args = Args::parse();
|
let args = Args::parse();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user