Package: bordeaux-threads

Macro with-timeout

Lambda List

with-timeout ((timeout) &body body)

Details

Execute body and signal a condition of type timeout if the execution of body does not complete within timeout seconds. On implementations which do not support with-timeout natively and don't support threads either it has no effect.