Add a definition for forkOnWithUnmask to instance MonadConc IO

Related to #134
This commit is contained in:
Michael Walker 2017-10-14 05:48:50 +01:00
parent 534f9e5040
commit 098ae62a5e

View File

@ -613,7 +613,9 @@ instance MonadConc IO where
fork = IO.forkIO
forkOn = IO.forkOn
forkWithUnmask = IO.forkIOWithUnmask
forkWithUnmask = IO.forkIOWithUnmask
forkOnWithUnmask = IO.forkOnWithUnmask
forkWithUnmaskN n ma = forkWithUnmask $ \umask -> do
labelMe n