> I just remembered that you were using Lispworks.
>
> What does the following test case do in your environment?
>
> (asdf:oos 'asdf:load-op 'trivial-timeout)
> (trivial-timeout:with-timeout (5)
> (sleep 3))
It returns NILs as shown below:
CL-USER 10 > (asdf:oos 'asdf:load-op 'trivial-timeout)
NIL
CL-USER 11 > (trivial-timeout:with-timeout (5)
(sleep 3))
NIL
On Jul 6, 9:16 am, "Leslie P. Polzer" <[email protected]> wrote:
> On Jul 6, 9:14 am, "Leslie P. Polzer" <[email protected]> wrote:
>
> > Are you using CCL? If yes then you should update your version of
> > weblocks-dev.
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---