Michael Hannemann <[EMAIL PROTECTED]> writes:

> First, does mp:with-timeout actually do anything? 

Yes it works.  But you should start the idle loop before doing mp
stuff. (mp::startup-idle-and-top-level-loops)

> Second, if mp:with-timeout were to work, how would it interact with 
> unwind-protect cleanup forms?

All protected forms are evaluated before the process is killed.  For
details see mp::with-timeout-internal, it's easy to understand.

--helmut

Reply via email to