Re: [cffi-devel] Thread callback problem

2009-06-16 Thread Luís Oliveira
On Wed, Jun 17, 2009 at 2:21 AM, Luke J Crook wrote: > Corman Common Lisp FFI allows a thread to be blessed. I don't know if any > other Lisp supports this though. Clozure CL seems to this automagically. Gary Byers described the issue in detail in this message

Re: [cffi-devel] Thread callback problem

2009-06-16 Thread Luke J Crook
On Tue, 16 Jun 2009 17:23:50 -0700, Bodhi wrote: > According to the thread I can't callback into lisp on a non-lisp-created > thread. Is there anyway to 'bless' a thread so i can callback to lips? Corman Common Lisp FFI allows a thread to be blessed. I don't know if any other Lisp supports t