This is the anypool Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 03:17:24 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
anypool
General-purpose pooling library
Eitaro Fukamachi
BSD 2-Clause
0.1.0
bordeaux-threads
(system).
cl-speedy-queue
(system).
src
(module).
Modules are listed depth-first from the system components tree.
Files are sorted by type and then listed depth-first from the systems components trees.
anypool/src/main.lisp
src
(module).
*default-max-idle-count*
(special variable).
*default-max-open-count*
(special variable).
error-max-open-limit
(reader method).
fetch
(function).
make-pool
(function).
pool
(structure).
pool-active-count
(reader).
(setf pool-active-count)
(writer).
pool-idle-count
(function).
pool-idle-timeout
(reader).
(setf pool-idle-timeout)
(writer).
pool-max-idle-count
(reader).
(setf pool-max-idle-count)
(writer).
pool-max-open-count
(reader).
(setf pool-max-open-count)
(writer).
pool-name
(reader).
(setf pool-name)
(writer).
pool-open-count
(function).
print-object
(method).
putback
(function).
too-many-open-connection
(condition).
with-connection
(macro).
anypool-error
(condition).
copy-item
(function).
copy-pool
(function).
dequeue-timeout-resources
(function).
item
(structure).
item-active-p
(reader).
(setf item-active-p)
(writer).
item-idle-timer
(reader).
(setf item-idle-timer)
(writer).
item-object
(reader).
(setf item-object)
(writer).
item-p
(function).
item-timeout-p
(reader).
(setf item-timeout-p)
(writer).
make-idle-timer
(function).
make-item
(function).
make-queue*
(function).
pool-connector
(reader).
(setf pool-connector)
(writer).
pool-disconnector
(reader).
(setf pool-disconnector)
(writer).
pool-lock
(reader).
(setf pool-lock)
(writer).
pool-p
(function).
pool-ping
(reader).
(setf pool-ping)
(writer).
pool-storage
(reader).
(setf pool-storage)
(writer).
pool-timeout
(reader).
(setf pool-timeout)
(writer).
pool-timeout-in-queue-count
(reader).
(setf pool-timeout-in-queue-count)
(writer).
pool-wait-condvar
(reader).
(setf pool-wait-condvar)
(writer).
pool-wait-lock
(reader).
(setf pool-wait-lock)
(writer).
queue-peek*
(function).
Packages are listed by definition order.
anypool
anypool/main
common-lisp
.
*default-max-idle-count*
(special variable).
*default-max-open-count*
(special variable).
error-max-open-limit
(generic reader).
fetch
(function).
make-pool
(function).
pool
(structure).
pool-active-count
(reader).
(setf pool-active-count)
(writer).
pool-idle-count
(function).
pool-idle-timeout
(reader).
(setf pool-idle-timeout)
(writer).
pool-max-idle-count
(reader).
(setf pool-max-idle-count)
(writer).
pool-max-open-count
(reader).
(setf pool-max-open-count)
(writer).
pool-name
(reader).
(setf pool-name)
(writer).
pool-open-count
(function).
putback
(function).
too-many-open-connection
(condition).
with-connection
(macro).
anypool-error
(condition).
copy-item
(function).
copy-pool
(function).
dequeue-timeout-resources
(function).
item
(structure).
item-active-p
(reader).
(setf item-active-p)
(writer).
item-idle-timer
(reader).
(setf item-idle-timer)
(writer).
item-object
(reader).
(setf item-object)
(writer).
item-p
(function).
item-timeout-p
(reader).
(setf item-timeout-p)
(writer).
make-idle-timer
(function).
make-item
(function).
make-queue*
(function).
pool-connector
(reader).
(setf pool-connector)
(writer).
pool-disconnector
(reader).
(setf pool-disconnector)
(writer).
pool-lock
(reader).
(setf pool-lock)
(writer).
pool-p
(function).
pool-ping
(reader).
(setf pool-ping)
(writer).
pool-storage
(reader).
(setf pool-storage)
(writer).
pool-timeout
(reader).
(setf pool-timeout)
(writer).
pool-timeout-in-queue-count
(reader).
(setf pool-timeout-in-queue-count)
(writer).
pool-wait-condvar
(reader).
(setf pool-wait-condvar)
(writer).
pool-wait-lock
(reader).
(setf pool-wait-lock)
(writer).
queue-peek*
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
too-many-open-connection
)) ¶:limit
This slot is read-only.
structure-object
.
fixnum
0
fixnum
0
(bordeaux-threads-2:make-lock :name "anypool-lock")
(bordeaux-threads-2:make-lock :name "anypool-openwait-lock")
(bordeaux-threads-2:make-condition-variable :name "anypool-openwait")
error
.
Jump to: | (
C D E F G I M P Q W |
---|
Jump to: | (
C D E F G I M P Q W |
---|
Jump to: | *
A C D I L M N O P S T W |
---|
Jump to: | *
A C D I L M N O P S T W |
---|
Jump to: | A C F I M P S T |
---|
Jump to: | A C F I M P S T |
---|