Avoid iterating over all sockets to remove dead sockets

This commit is contained in:
jiangjianfeng
2025-01-15 09:18:06 +00:00
committed by Tate, Hongliang Tian
parent c4229e3c2f
commit 14f0f5a7b5
6 changed files with 165 additions and 102 deletions

View File

@ -14,6 +14,7 @@
#![deny(unsafe_code)]
#![feature(extract_if)]
pub mod boolean_value;
pub mod device;
pub mod errors;
pub mod ext;