CurryInfo: cass-4.1.0 / CASS.Worker.startWorker

definition:
 
startWorker :: CConfig -> String -> Int -> IO ()
startWorker cconfig host port = do
  debugMessage dl 2 ("start analysis worker on port " ++ show port)
  getDefaultPath cconfig >>= setEnv "CURRYPATH"
  handle <- connectToSocket host port
  worker cconfig handle
 where dl = debugLevel cconfig
demand:
 no demanded arguments
deterministic:
 deterministic operation
failfree:
 <FAILING>
indeterministic:
 might be indeterministic
infix:
 no fixity defined
iotype:
 {(_,_,_) |-> _}
name:
 startWorker
precedence:
 no precedence defined
result-values:
 _
signature:
 CASS.Configuration.CConfig -> String -> Prelude.Int -> Prelude.IO ()
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term