racket/collects/frtime/core
Matthew Flatt 3c6652b83c Adjust FrTime mailbox implementation to use `thread-{receive,send}'
instead of async channels. This change allows Fred to work. The
  change is needed due to implementation weaknesses at multiple
  levels, but mostly because `on-subwindow-event' has to complete
  atomically --- or else events are pessimistically discarded, and
  async-channel communication never completes atomically. In contrast,
  messages can be posted to the built-in message queue for a thread
  (because it's built in). Probably the async-channel library should
  switch to using the built-in thread queue support.
 Merge to 5.1
2011-02-05 16:48:40 -07:00
..
contract.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
dv.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
erl.rkt A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
frp.rkt More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
heap.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
mailbox.rkt Adjust FrTime mailbox implementation to use `thread-{receive,send}' 2011-02-05 16:48:40 -07:00
match.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
sema-mailbox.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00