File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ source-repository head
18
18
location : https://github.com/input-output-hk/ouroboros-network
19
19
subdir : io-classes
20
20
21
- flag checktvarinvariant
22
- Description : Enable runtime invariant checks on StrictT(M)Var
23
- Manual : True
24
- Default : False
25
-
26
21
flag asserts
27
22
description : Enable assertions
28
23
manual : False
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ instance Exception ExceptionInLinkedThread where
347
347
fromException = E. asyncExceptionFromException
348
348
toException = E. asyncExceptionToException
349
349
350
- -- | Generalizion of 'link' that links an async to an arbitrary thread.
350
+ -- | Generalization of 'link' that links an async to an arbitrary thread.
351
351
linkTo :: (MonadAsync m , MonadFork m , MonadMask m )
352
352
=> ThreadId m -> Async m a -> m ()
353
353
linkTo tid = linkToOnly tid (not . isCancel)
You can’t perform that action at this time.
0 commit comments