lispdoc - results for make-condition |
(make-condition type &rest args) | Function: Make an instance of a condition object using the specified initargs.
|
Example:(defun parser-error (message &optional args stream) (make-condition 'xml-parser-error :message message :args args :stream stream)) | Mentioned in: CLtL2 - 29.3.3. Handling Conditions CLtL2 - 29.4.5. Defining Conditions CLtL2 - 29.4.6. Creating Conditions CLtL2 - 29.5. Predefined Condition Types CLtL2 - 5.1.2. Variables HyperSpec - Function MAKE-CONDITION PCL - conditions Successful Lisp - condition designator |
(bordeaux-threads:make-condition-variable &key name) | Function: Returns a new condition-variable object for use with CONDITION-WAIT and CONDITION-NOTIFY.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |