Skip to content
  • sof's avatar
    [project @ 2002-07-25 18:36:59 by sof] · d9d8ab15
    sof authored
    Expose printAllThreads() in non-DEBUG builds;
    of some use when debugging ConcHask code and
    want a dump of the current state of the system's
    threads.
    
    Not provided via a library, so to use, do
    
     foreign import call unsafe printAllThreads :: IO ()
    d9d8ab15