Skip to main content

Module pool

Module pool 

Source

Modulesยง

configure ๐Ÿ”’

Structsยง

Get ๐Ÿ”’
Carries a batched point query to a pool worker.
Pool ๐Ÿ”’
Runs blocking database reads away from asynchronous runtime workers.
Seek ๐Ÿ”’
Carries an initial iterator seek to a pool worker.

Enumsยง

Cmd ๐Ÿ”’
Represents work accepted by the database thread pool.

Constantsยง

BATCH_INLINE ๐Ÿ”’
QUEUE_LIMIT ๐Ÿ”’
WORKER_LIMIT ๐Ÿ”’
WORKER_NAME ๐Ÿ”’
WORKER_STACK_SIZE ๐Ÿ”’

Functionsยง

handle_batch ๐Ÿ”’
handle_get ๐Ÿ”’
handle_iter ๐Ÿ”’
into_recv_get ๐Ÿ”’
into_recv_seek ๐Ÿ”’
into_send_get ๐Ÿ”’
into_send_seek ๐Ÿ”’
worker_handle ๐Ÿ”’

Type Aliasesยง

BatchQuery ๐Ÿ”’
Stores the owned keys in a batched point query.
BatchResult ๐Ÿ”’
Stores the handles returned by a batched point query.
ResultHandle ๐Ÿ”’
Represents one point-query result handle.