Integrated new I/O manager
authorSimon Marlow <marlowsd@gmail.com>
Tue, 10 Aug 2010 08:22:48 +0000 (08:22 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 10 Aug 2010 08:22:48 +0000 (08:22 +0000)
commit9520c5735e69668a33013c36f85152a1ef656b8d
tree94e543757a3f8bbaa49fb81af9cabf4f45774e19
parent92b2ffdc5d0031aa55f4cebb93536e88b6bf6dc3
Integrated new I/O manager
(patch originally by Johan Tibell <johan.tibell@gmail.com>, minor merging by me)
25 files changed:
Control/Exception/Base.hs
GHC/Conc.lhs
GHC/Conc/IO.hs [new file with mode: 0644]
GHC/Conc/Signal.hs [new file with mode: 0644]
GHC/Conc/Sync.lhs [new file with mode: 0644]
GHC/Conc/Windows.hs [new file with mode: 0644]
GHC/IO/FD.hs
GHC/IO/Handle/Internals.hs
System/Event.hs [new file with mode: 0644]
System/Event/Array.hs [new file with mode: 0644]
System/Event/Clock.hsc [new file with mode: 0644]
System/Event/Control.hs [new file with mode: 0644]
System/Event/EPoll.hsc [new file with mode: 0644]
System/Event/IntMap.hs [new file with mode: 0644]
System/Event/Internal.hs [new file with mode: 0644]
System/Event/KQueue.hsc [new file with mode: 0644]
System/Event/Manager.hs [new file with mode: 0644]
System/Event/PSQ.hs [new file with mode: 0644]
System/Event/Poll.hsc [new file with mode: 0644]
System/Event/Thread.hs [new file with mode: 0644]
System/Event/Unique.hs [new file with mode: 0644]
base.cabal
configure.ac
include/EventConfig.h.in [new file with mode: 0644]
include/HsEvent.h [new file with mode: 0644]