racket/collects/frtime
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
..
animation A lot of "MrEd" -> "GRacket"s. 2010-05-16 23:46:05 -04:00
core Adjust FrTime mailbox implementation to use `thread-{receive,send}' 2011-02-05 16:48:40 -07:00
demos rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
frlibs More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
gui Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
opt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
reactive/lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
scribblings v5.4.99.1, executable-yield-handler', and make-bitmap' etc. 2010-11-05 15:54:50 -06:00
tool rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
animation.rkt A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
doc.txt Fixed various spelling errors. 2011-02-03 17:42:33 -05:00
frp-snip.rkt v5.4.99.1, executable-yield-handler', and make-bitmap' etc. 2010-11-05 15:54:50 -06:00
frtime-big.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
frtime-lang-only.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
frtime.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
gui.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
lang-core.rkt More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
lang-ext.rkt More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
lang-utils.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
lang.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
main.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
reactive.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
struct.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00