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

NextPrevUpTopContentsIndex

without-preemption

Macro
Summary

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

Identifies forms which should not be preempted during execution.

Notes

without-preemption is not supported in SMP LispWorks, that is on Microsoft Windows, Mac OS X, Linux, FreeBSD, AIX and x86/x64 Solaris platforms.


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex