Re: question on serve-even
- From: basman <bhaskara@xxxxxxxxx>
- Date: Thu, 9 Oct 2008 08:23:33 -0700 (PDT)
On Oct 9, 2:22 am, "Leslie P. Polzer" <leslie.pol...@xxxxxxx> wrote:
On Oct 9, 12:49 am, basman <bhask...@xxxxxxxxx> wrote:
I call
(sb-sys:make-thread #'(lambda () (loop (when *done* (return)) (sb-
sys:serve-event))))
Not sure what version of SBCL you are using, but I only have
SB-THREAD:make-thread...
You're right... I did use sb-thread:make-thread actually. Can you see
what the problem might be? Upon thinking about it further, I was
wondering if the problem could be that the event-queue for serve-event
is separate for each thread, and that in SLIME all events go into the
queue of the thread that contained the initial REPL. Could any SLIME
experts tell me if this right and if so, how to get around it?
- Bhaskara
.
- Follow-Ups:
- Re: question on serve-even
- From: basman
- Re: question on serve-even
- References:
- question on serve-even
- From: basman
- Re: question on serve-even
- From: Leslie P. Polzer
- question on serve-even
- Prev by Date: Re: question on serve-even
- Next by Date: Re: asdf and dependencies
- Previous by thread: Re: question on serve-even
- Next by thread: Re: question on serve-even
- Index(es):
Relevant Pages
|