Z-IO-0.6.1.0: Simple and high performance IO toolkit for Haskell
Copyright(c) Winterland 2017-2018
LicenseBSD
Maintainerdrkoster@qq.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Z.IO.UV.Win

Description

 
Synopsis

Documentation

withUVInitDo :: IO a -> IO a Source #

withUVInitDo is necessary for some socket code because on windows WSAStartup has to be called before use sockets.

This functions will run uv__once_init once if not run before,