summaryrefslogtreecommitdiff
path: root/Control/Concurrent/Sema.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Control/Concurrent/Sema.hs')
-rw-r--r--Control/Concurrent/Sema.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Control/Concurrent/Sema.hs b/Control/Concurrent/Sema.hs
index c105cf8..202aa65 100644
--- a/Control/Concurrent/Sema.hs
+++ b/Control/Concurrent/Sema.hs
@@ -1,8 +1,11 @@
+-- : dep SafeSemaphore
module Control.Concurrent.Sema
( mapPool,
)
where
+import Alpha
+import Control.Concurrent.Async (mapConcurrently)
import qualified Control.Concurrent.MSem as Sem
-- | Simaphore-based throttled 'mapConcurrently'.