Skip to content
Snippets Groups Projects
  1. Sep 11, 1999
  2. Sep 10, 1999
  3. Sep 06, 1999
  4. Sep 01, 1999
  5. Aug 31, 1999
  6. Aug 30, 1999
  7. Aug 27, 1999
  8. Aug 26, 1999
  9. Aug 25, 1999
    • Simon Marlow's avatar
      [project @ 1999-08-25 16:39:14 by simonmar] · 2f8df09e
      Simon Marlow authored
      enable non-blocking I/O.
      2f8df09e
    • Simon Marlow's avatar
      [project @ 1999-08-25 16:37:42 by simonmar] · 5eb15889
      Simon Marlow authored
      Add select code for thread{WaitRead,WaitWrite,Delay}.
      5eb15889
    • Simon Marlow's avatar
      [project @ 1999-08-25 16:11:43 by simonmar] · c6ab4bfa
      Simon Marlow authored
      Support for thread{WaitRead,WaitWrite,Delay}.  These should behave
      identically to the 3.02 implementations.
      
      We now have the virtual timer on during all program runs, which ticks
      at 50Hz by default.  This is used to implement threadDelay, so you
      won't get any better granularity than the tick frequency
      unfortunately.  It remains to be seen whether using the virtual timer
      will have a measurable impact on performance for non-threadDelaying
      programs.
      
      All operations in the I/O subsystem should now be non-blocking with
      respect to other running Haskell threads.  It remains to be seen
      whether this will have a measurable performance impact on
      non-concurrent programs (probably not).
      c6ab4bfa
    • Simon Marlow's avatar
      [project @ 1999-08-25 10:30:36 by simonmar] · 983f86ef
      Simon Marlow authored
      Little test for Eq and Ord instances of ThreadId.
      983f86ef
Loading