Expand description
Async database interface.
Structs§
- AsyncDb
- Adapter that exposes an async database through the synchronous
Databaseinterface. - Fiber
Stack - Reusable async EVM fiber stack storage.
- Wrap
Database Async - Wraps a DatabaseAsync or DatabaseAsyncRef to provide a
Databaseimplementation.
Enums§
- Async
Error - Error returned by async database execution helpers.
Traits§
- Database
Async - The async EVM database interface.
- Database
Async Ref - The async EVM database interface.
Functions§
- block_
on_ current - Polls
futureto completion from inside an async EVM fiber. - on_
fiber_ ⚠result_ with_ stack - Runs
funcon a native fiber backed by a reusable EVM stack slot. - on_
fiber_ ⚠with_ stack - Runs
funcon a native fiber backed by a reusable EVM stack slot.
Type Aliases§
- Async
Result - Result type used by async database execution helpers.