forked from DGNum/colmena
Minor tokio cleanup
This commit is contained in:
parent
9f4d5a2221
commit
afabd8c6f9
6 changed files with 23 additions and 69 deletions
|
@ -27,7 +27,7 @@ macro_rules! bind_command {
|
|||
};
|
||||
}
|
||||
|
||||
#[tokio::main(flavor = "multi_thread")]
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
init_logging();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue