Next: Exported functions, Previous: Exported special variables, Up: Exported definitions [Contents][Index]
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))
lib.lisp (file)