mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-05 06:45:08 +03:00
Remove redundant bracket
This commit is contained in:
parent
5ba93082b2
commit
9cb33bf431
@ -198,7 +198,7 @@ asyncOn = asyncUsing . forkOn
|
||||
--
|
||||
-- @since 1.2.1.0
|
||||
asyncOnN :: MonadConc m => String -> Int -> m a -> m (Async m a)
|
||||
asyncOnN name = asyncUsing . (forkOnN name)
|
||||
asyncOnN name = asyncUsing . forkOnN name
|
||||
|
||||
-- | Like 'async' but using 'forkWithUnmask' internally.
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user