autocommit 2022-04-14 16:06:11 CEST
This commit is contained in:
parent
de199a740b
commit
35ddfbcbe3
14 changed files with 203 additions and 35 deletions
|
|
@ -1,10 +1,10 @@
|
|||
mod backend;
|
||||
mod connector;
|
||||
mod idle;
|
||||
mod input_device;
|
||||
mod slow_clients;
|
||||
mod start_backend;
|
||||
|
||||
pub use start_backend::start_backend;
|
||||
use {
|
||||
crate::{
|
||||
state::State,
|
||||
|
|
@ -12,6 +12,7 @@ use {
|
|||
},
|
||||
std::rc::Rc,
|
||||
};
|
||||
pub use {idle::idle, start_backend::start_backend};
|
||||
|
||||
pub async fn handle_backend_events(state: Rc<State>) {
|
||||
let mut beh = BackendEventHandler { state };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue