mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +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 anyhow::Result;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user