bitcoin-net 0.1.16-alpha.0

networking tools
Documentation
crate::ix!();

#[derive(Default)]
pub struct NetCleanup {


}

impl Drop for NetCleanup {

    fn drop(&mut self) {
        todo!();
        /*
            #ifdef WIN32
            // Shutdown Windows Sockets
            WSACleanup();
    #endif
        */
    }
}

lazy_static!{
    /*
    static CNetCleanup instance_of_cnetcleanup;
    */
}