async mutex
This commit is contained in:
parent
cef45e43a6
commit
5895bb7d56
3 changed files with 7 additions and 2 deletions
|
@ -3,7 +3,8 @@ mod msg;
|
|||
mod notification;
|
||||
mod pages;
|
||||
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::sync::Arc;
|
||||
use tokio::sync::Mutex;
|
||||
|
||||
use actix_web::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue