CurryInfo: cass-4.1.0 / CASS.Configuration.numberOfWorkers

definition:
numberOfWorkers :: CConfig -> Int
numberOfWorkers cc = do
  case lookup "numberOfWorkers" (ccProps cc) of
    Just value -> case readInt value of
                    [(int,_)] -> int
                    _         -> defaultWorkers
    Nothing    -> defaultWorkers
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- number of worker threads running at the same time
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
numberOfWorkers
precedence:
no precedence defined
result-values:
_
signature:
CConfig -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term