Package Com.Metabang.Trivial-Timeout - internal and external symbols

Part of:

asdf-system tinaa, asdf-system trivial-shell
See only external symbols
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.

Function

build-with-timeout
generate-platform-specific-code

Macro

with-timeout

Execute body for no more than seconds time.

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