base-4.18.3.0: Core data structures and operations
Copyright(c) The University of Glasgow 1994-2002
Licensesee libraries/base/LICENSE
Maintainercvs-ghc@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC extensions)
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Conc.WinIO

Description

Windows I/O Completion Port interface to the one defined in GHC.Event.Windows.

This module is an indirection to keep things in the same structure as before but also to keep the new code where the actual I/O manager is. As such it just re-exports GHC.Event.Windows.Thread

Documentation