From e2ac3165196d165418251deb13574273f122cf80 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 1 Oct 2003 11:00:20 +0000 Subject: [PATCH] [project @ 2003-10-01 11:00:20 by wolfgang] Add runInUnboundThread to the export list --- Control/Concurrent.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4