We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c36139 commit cdc30d8Copy full SHA for cdc30d8
io-classes/src/Control/Monad/Class/MonadAsync.hs
@@ -347,7 +347,7 @@ instance Exception ExceptionInLinkedThread where
347
fromException = E.asyncExceptionFromException
348
toException = E.asyncExceptionToException
349
350
--- | Generalizion of 'link' that links an async to an arbitrary thread.
+-- | Generalization of 'link' that links an async to an arbitrary thread.
351
linkTo :: (MonadAsync m, MonadFork m, MonadMask m)
352
=> ThreadId m -> Async m a -> m ()
353
linkTo tid = linkToOnly tid (not . isCancel)
0 commit comments