Skip to main content

Module async_db

Module async_db 

Source
Expand description

Async database interface.

Structs§

AsyncDb
Adapter that exposes an async database through the synchronous Database interface.
FiberStack
Reusable async EVM fiber stack storage.
WrapDatabaseAsync
Wraps a DatabaseAsync or DatabaseAsyncRef to provide a Database implementation.

Enums§

AsyncError
Error returned by async database execution helpers.

Traits§

DatabaseAsync
The async EVM database interface.
DatabaseAsyncRef
The async EVM database interface.

Functions§

block_on_current
Polls future to completion from inside an async EVM fiber.
on_fiber_result_with_stack
Runs func on a native fiber backed by a reusable EVM stack slot.
on_fiber_with_stack
Runs func on a native fiber backed by a reusable EVM stack slot.

Type Aliases§

AsyncResult
Result type used by async database execution helpers.