All Manuals > LispWorks User Guide and Reference Manual > 35 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 and x86/x64 Solaris platforms.


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex