Package Com.Metabang.Trivial-Timeout - external symbols

Part of:

asdf-system tinaa, asdf-system trivial-shell
See internal symbols too
Package Com.Metabang.Trivial-Timeout uses the packages Common-Lisp. It is also known as Trivial-Timeout. It has 10 total symbols and 2 external ones.

Condition

timeout-error

An error signaled when the duration specified in
the with-timeout is exceeded.

Macro

with-timeout

Execute body for no more than seconds time.

If seconds is exceeded, then a [timeout-error...