On Tue, Dec 8, 2009 at 12:19 AM, Helmut Eller <heller@common-lisp.net> wrote:
* Elliott Slaughter [2009-12-08 01:21+0100] writes:Sorry, the argument should indeed be T and not 0. T means "nowait" and
> When I try 0 as timeout, I get this error:
>
> The assertion (OR (NOT SWANK::TIMEOUT) (EQ SWANK::TIMEOUT T)) failed.
>
> When I use t as timeout, it does basically what I want, but I'd rather have
> the timeout be immediate (no wait). Is there any way to do this?
NIL means wait indefinetly.