cvs commit: hugs98/libraries/Hugs IOExts.hs

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Wed, 5 Mar 2003 02:47:24 -0800


ross        2003/03/05 02:47:24 PST

  Modified files:
    libraries/Hugs       IOExts.hs 
  Log:
  Change fixIO so that concurrency primitives can be used within its
  argument.  (It used to use a private thread pool.)
  
  Also, now throws a NonTermination exception if you access the value
  too early.  (It used to exhaust the C stack.)
  
  Revision  Changes    Path
  1.13      +6 -4      hugs98/libraries/Hugs/IOExts.hs