Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/b3e6c7d8ef8833e33056f0c8f21cb5f896b6026d

>---------------------------------------------------------------

commit b3e6c7d8ef8833e33056f0c8f21cb5f896b6026d
Author: Simon Marlow <[email protected]>
Date:   Tue Jan 3 11:33:06 2012 +0000

    Export setNumCapabilities
    
    I hadn't noticed that we already have getNumCapabilities here, so we
    should also have setNumCapabilities.
    
    MERGED from commit 1b5f7ae2ffc6f3c851970efc26687763a4e0fc58

>---------------------------------------------------------------

 Control/Concurrent.hs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs
index 8f35069..55861fc 100644
--- a/Control/Concurrent.hs
+++ b/Control/Concurrent.hs
@@ -45,6 +45,7 @@ module Control.Concurrent (
         forkOn,
         forkOnWithUnmask,
         getNumCapabilities,
+        setNumCapabilities,
         threadCapability,
 
         -- * Scheduling



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to