Next: , Previous: , Up: Exported definitions   [Contents][Index]


5.1.2 Macros

Macro: with-open-queue (VAR NAME &rest OPTIONS) &body BODY

A macro that automatically closes opened queue, even when condition is signaled. For OPTIONS see OPEN-QUEUE.

Example:

(with-open-queue (mqueue "/myqueue" :open-flags ’(:read-write :create)) (do-something-with mqueue))

Package

posix-mqueue

Source

lib.lisp (file)