From: John Connors
Subject: Serve-Event
Date: 
Message-ID: <44a151a7$0$3500$ed2619ec@ptn-nntp-reader01.plus.net>
Is serve-event a CMUCL/SBCL only thing, or a common Common Lisp idiom?
-- 
+--------------------------------------------------------+
|Cyborg Animation Programmer    |    ·····@yagc.ndo.co.uk|
|http://badbyteblues.blogspot.com -----------------------|
+--------------------------------------------------------+
From: Thomas F. Burdick
Subject: Re: Serve-Event
Date: 
Message-ID: <xcvodwe7e19.fsf@conquest.OCF.Berkeley.EDU>
John Connors <·····@yagc.ndo.co.uk> writes:

> Is serve-event a CMUCL/SBCL only thing, or a common Common Lisp idiom?

A CMUCL/SBCL only thing, unfortunately.  Most lisps just give you
threads and maybe the ability to block for input on a number of
streams.