pike
pike copied to clipboard
Remove pike.init() / pike.deinit().
pike.init()
/ pike.deinit()
are only used to initialize winsock2 on Windows. A global atomic counter may be used to silently initialize winsock2 upon the very first Socket.init()
call, and silently de-initialize winsock2 on the very last Socket.deinit()
call.