diff options
Diffstat (limited to 'Control')
-rw-r--r-- | Control/Concurrent/Sema.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Control/Concurrent/Sema.hs b/Control/Concurrent/Sema.hs index 202aa65..21d4709 100644 --- a/Control/Concurrent/Sema.hs +++ b/Control/Concurrent/Sema.hs @@ -1,4 +1,4 @@ --- : dep SafeSemaphore +-- | A stupid Semaphore utility thing module Control.Concurrent.Sema ( mapPool, ) |