From: Geoffrey K. <gk...@ma...> - 2003-03-13 14:09:14
|
Thanks! I'll give it a whirl. --Geoffrey On Thursday, Mar 13, 2003, at 09:03 US/Eastern, Ken Anderson wrote: > I've provided a simple interrupt capability for JScheme. > > You can get an interrupt button for your current thread by doing: > >> (load "elf/interrupt.scm") > #t >> (interruptButton) > > Clicking on the interrupt button will interrupt JScheme execution on > that thread. > It will not stop Java code, such as reading or writing a huge data > structure. > We could put code like: > > if (Scheme.INTERRUPTABLE) Scheme.interruptCheck(); > > in various while loops in JScheme's java code, but i thought we should > gain some experience on how useful the button is first. > > k > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Jscheme-user mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-user > |