Can't timer be implemented by callback instead of event loop?
I just need timer to check socket select. Oleg Kobchenko wrote:
Timer is based on message loop, which there is none in console. The read/eval/print loop has blocking read. So perhaps you need read with timeout? Oleg On Nov 25, 2007, at 10:56, bill lam <[EMAIL PROTECTED]> wrote: current wd'timer' depends on wd which only available in c++ or java frontend therefore timer function can not used in jconsole. Would it be possible to implement timer as a new foreign (ibeam) function?
-- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
