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
core Adjust FrTime mailbox implementation to use `thread-{receive,send}' 2011-02-05 16:48:40 -07:00
demos
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
opt
reactive/lang
scribblings v5.4.99.1, executable-yield-handler', and make-bitmap' etc. 2010-11-05 15:54:50 -06:00
tool
animation.rkt
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
frtime-lang-only.rkt
frtime.rkt
gui.rkt
info.rkt
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
lang.rkt
main.rkt
reactive.rkt
struct.rkt