[project @ 2003-10-01 11:00:20 by wolfgang]
authorwolfgang <unknown>
Wed, 1 Oct 2003 11:00:20 +0000 (11:00 +0000)
committerwolfgang <unknown>
Wed, 1 Oct 2003 11:00:20 +0000 (11:00 +0000)
Add runInUnboundThread to the export list

Control/Concurrent.hs

index c5fbaa2..bcabdf2 100644 (file)
@@ -68,7 +68,8 @@ module Control.Concurrent (
        rtsSupportsBoundThreads,
        forkOS,
        isCurrentThreadBound,
-       runInBoundThread
+       runInBoundThread,
+       runInUnboundThread
 #endif
 
        -- * GHC's implementation of concurrency