This is the dynamic-collect Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:01:19 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
dynamic-collect
A library for dynamic, continuable, and abortable collection.
Robert Smith <quad@symbo1ics.com>
BSD 3-clause (see LICENSE)
package.lisp
(file).
dynamic-collect.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
dynamic-collect/dynamic-collect.asd
dynamic-collect/package.lisp
dynamic-collect/dynamic-collect.lisp
dynamic-collect/dynamic-collect.asd
dynamic-collect
(system).
dynamic-collect/dynamic-collect.lisp
package.lisp
(file).
dynamic-collect
(system).
*ensure-handled-collect*
(special variable).
collect
(function).
with-dynamic-collection
(macro).
messenger
(condition).
messenger-continuep
(reader method).
messenger-id
(reader method).
messenger-payload
(reader method).
messenger-tag
(reader method).
Packages are listed by definition order.
dynamic-collect
common-lisp
.
*ensure-handled-collect*
(special variable).
collect
(function).
with-dynamic-collection
(macro).
messenger
(condition).
messenger-continuep
(generic reader).
messenger-id
(generic reader).
messenger-payload
(generic reader).
messenger-tag
(generic reader).
Definitions are sorted by export status, category, package, and then by lexicographic order.
If T, ensure that COLLECT forms are inside WITH-DYNAMIC-COLLECTION. If NIL, return the specified RETURN value from COLLECT.
Dynamically collect messages that were signalled during the execution of BODY from COLLECT. Return a list of messages in the order they were collected. If TAG is provided, then only COLLECT forms which have the same tag will be accrued.
Collect the data DATA in a WITH-DYNAMIC-COLLECTION
environment. Return the value RETURN from the form in the event the
function is returned from.
If CONTINUEP is null, then collecting will cease and the
matching WITH-DYNAMIC-COLLECTION form will return.
The TAG denotes at which WITH-DYNAMIC-COLLECTION form the DATA will be accumulated.
A condition to carry messages between parts of programs.
condition
.
:payload
This slot is read-only.
(quote t)
:continuep
This slot is read-only.
:id
This slot is read-only.
(quote nil)
:tag
This slot is read-only.
Jump to: | C F G M W |
---|
Jump to: | C F G M W |
---|
Jump to: | *
C I P S T |
---|
Jump to: | *
C I P S T |
---|
Jump to: | C D F M P S |
---|
Jump to: | C D F M P S |
---|