From: wolfgang Date: Wed, 1 Oct 2003 11:00:20 +0000 (+0000) Subject: [project @ 2003-10-01 11:00:20 by wolfgang] X-Git-Tag: nhc98-1-18-release~485 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e2ac3165196d165418251deb13574273f122cf80;p=haskell-directory.git [project @ 2003-10-01 11:00:20 by wolfgang] Add runInUnboundThread to the export list --- diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index c5fbaa2..bcabdf2 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -68,7 +68,8 @@ module Control.Concurrent ( rtsSupportsBoundThreads, forkOS, isCurrentThreadBound, - runInBoundThread + runInBoundThread, + runInUnboundThread #endif -- * GHC's implementation of concurrency