X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent.hs;h=62a30b434889b0cdd1e410d2c10275d740d85b65;hb=HEAD;hp=732255b3b16a9b934fafa4f6a1e300d425f3a1f6;hpb=44d225ad421ce4aefa36f63936c9802efa5c9017;p=ghc-base.git diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 732255b..62a30b4 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -40,6 +40,12 @@ module Control.Concurrent ( throwTo, #endif + -- ** Threads with affinity + forkOn, + forkOnWithUnmask, + getNumCapabilities, + threadCapability, + -- * Scheduling -- $conc_scheduling