On Apr 9, 7:49 am, easieste <[EMAIL PROTECTED]> wrote: > Working in Common Lisp on the JVM, I wish to emulate the semantics of > a typical thread library (there is nothing in ANSI about such > interfaces, they vary widely) > > (WITH-TIMEOUT timeout &REST body) > > which runs an arbitrary BODY of code on a new thread until TIMEOUT > seconds have elapsed, upon which the thread is terminated > unceremoniously.
Can't you just Thread.interrupt()? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
