File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
io-classes/si-timers/src/Control/Monad/Class/MonadTimer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class ( MonadTimer.MonadTimer m
124
124
125
125
-- | A timeout function.
126
126
--
127
- -- TODO: 'IO' instance is not safe on 32-bit systems.
127
+ -- __TODO__: / 'IO' instance is not safe on 32-bit systems./
128
128
timeout :: DiffTime -> m a -> m (Maybe a )
129
129
130
130
@@ -244,7 +244,7 @@ defaultRegisterDelayCancellable newTimeout _readTimeout _cancelTimeout awaitTime
244
244
-- small enough it will use the `MonadTimer`'s `registerDelay` (e.g. for `IO`
245
245
-- monad it will use the `GHC`'s `GHC.Conc.registerDelay`).
246
246
--
247
- -- TODO: 'timeout' not safe on 32-bit systems.
247
+ -- __TODO__: / 'timeout' is not safe on 32-bit systems./
248
248
instance MonadTimer IO where
249
249
registerDelay d
250
250
| d <= maxDelay =
You can’t perform that action at this time.
0 commit comments