Checks whether the Windows socket interface has been started already, and if not, starts it.
()
| 50 | /// Checks whether the Windows socket interface has been started already, and |
| 51 | /// if not, starts it. |
| 52 | pub fn init() { |
| 53 | #[cfg(windows)] |
| 54 | let _ = windows::CLEANUP.get_or_init(|| windows::Thing::new()); |
| 55 | } |
no outgoing calls