autocommit 2022-04-14 19:52:11 CEST
This commit is contained in:
parent
35ddfbcbe3
commit
5f13954dbc
27 changed files with 556 additions and 312 deletions
|
|
@ -3,8 +3,8 @@ mod connector;
|
|||
mod idle;
|
||||
mod input_device;
|
||||
mod slow_clients;
|
||||
mod start_backend;
|
||||
|
||||
pub use idle::idle;
|
||||
use {
|
||||
crate::{
|
||||
state::State,
|
||||
|
|
@ -12,7 +12,6 @@ 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