mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 13:32:16 +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<()> {
|
||||
let args = Args::parse();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user