mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-17 16:00:35 +08:00
refactor: restrict AsyncHandler usage to Windows platform only
This commit is contained in:
parent
6d112c387d
commit
335ca817d2
@ -1,4 +1,4 @@
|
|||||||
#[cfg(any(target_os = "windows", target_os = "linux"))]
|
#[cfg(target_os = "windows")]
|
||||||
use crate::process::AsyncHandler;
|
use crate::process::AsyncHandler;
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user