mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
refactor: restrict AsyncHandler usage to Windows platform only
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user