Cocoa Event Loop
Hello, I am using LispWorks 6 on Mac OS X. I would like to schedule some CoreFoundation callbacks in the Cocoa Event Loop. Is there a way to access the CFRunLoop (or NSRunLoop) pointer from the Cocoa Event Loop process, or do I have to setup a process on myself and get the pointer with a call to CFRunLoopGetCurrent? Thanks! Best Regards, Camille