clarify comment
This commit is contained in:
parent
501a6f4727
commit
be96838508
1 changed files with 0 additions and 2 deletions
|
|
@ -114,8 +114,6 @@ workerAsync (ActiveWorker aid _) = Just aid
|
||||||
|
|
||||||
-- | Allocates a WorkerPool that has the specified number of workers
|
-- | Allocates a WorkerPool that has the specified number of workers
|
||||||
-- in it, of each stage.
|
-- in it, of each stage.
|
||||||
--
|
|
||||||
-- The stages are distributed evenly throughout.
|
|
||||||
allocateWorkerPool :: t -> Int -> UsedStages -> WorkerPool t
|
allocateWorkerPool :: t -> Int -> UsedStages -> WorkerPool t
|
||||||
allocateWorkerPool t n u = WorkerPool
|
allocateWorkerPool t n u = WorkerPool
|
||||||
{ usedStages = u
|
{ usedStages = u
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue