mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-18 19:11:37 +03:00
Fix comment
This commit is contained in:
parent
981169c25f
commit
9745357817
@ -17,9 +17,7 @@ import qualified Control.Monad.Conc.Fixed.IO as CIO
|
||||
-- * SCT Runners
|
||||
|
||||
-- | An SCT runner using a pre-emption bounding scheduler. Schedules
|
||||
-- will be explored systematically, starting with all
|
||||
-- pre-emption-count zero schedules, and gradually adding more
|
||||
-- pre-emptions.
|
||||
-- are explored systematically, in a depth-first fashion.
|
||||
sctPreBound :: Int
|
||||
-- ^ The pre-emption bound. Anything < 0 will be
|
||||
-- interpreted as 0.
|
||||
|
Loading…
Reference in New Issue
Block a user