All Manuals > LispWorks® User Guide and Reference Manual > 42 The MP Package

without-preemption Macro

Summary

This macro is obsolete. Identifies forms which should not be preempted during execution, in non-SMP LispWorks only.

Package

mp

Signature

without-preemption &rest body => result

Arguments
body
The forms to be evaluated atomically.
Values
result
The result of executing body.
Description

The macro without-preemption prevents preempted while executing body.

Notes

without-preemption is not supported in SMP LispWorks.


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51