This macro is obsolete. Identifies forms which should not be preempted during execution, in non-SMP LispWorks only.
mp
without-preemption &rest body => result
body⇩ |
The forms to be evaluated atomically. |
result |
The result of executing body. |
The macro without-preemption
prevents preempted while executing body.
without-preemption
is not supported in SMP LispWorks.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51