racket/collects/ffi
Matthew Flatt 57516164de ffi/unsafe/obj: add +A' and -A' method modes
On Cocoa, a view's `drawRect:' method can be called from a
heartbeat thread that animates controls. Such a call happens
rarely for a `canvas%' or other class where `drawRect:'
is overridden, but since it can happen, ensure that the
callback runs on the Racket thread.
2013-04-19 07:54:30 -06:00
..
examples Modernize (& racketize) ffi/examples. 2012-07-27 10:31:26 -04:00
unsafe ffi/unsafe/obj: add +A' and -A' method modes 2013-04-19 07:54:30 -06:00
com-registry.rkt add ffi/com', ffi/unsafe/com' 2012-01-10 18:35:32 -07:00
com.rkt ffi/com: add `com-get-property*' 2012-12-18 06:39:59 -07:00
cvector.rkt
file.rkt further error message convention refinements 2012-06-22 09:47:59 +08:00
info.rkt
objc.rkt
unsafe.rkt equality for `define-cstruct'-generated wrappers 2013-04-11 14:48:26 -06:00
vector.rkt full unboxing for extflonums, plus `ffi/unsafe' support 2013-02-15 12:15:34 -07:00
winapi.rkt