mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Use smol async for daemon and daemon-user
This commit is contained in:
@@ -124,7 +124,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
.detach();
|
||||
|
||||
loop {
|
||||
future::block_on(executor.tick());
|
||||
smol::block_on(executor.tick());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user