base/bif/storage-async.bif.zeek
- GLOBAL
- Storage::Async
Functions related to asynchronous storage operations.
- Namespaces:
GLOBAL, Storage::Async
Summary
Functions
Detailed Interface
Functions
- Storage::Async::__close_backend
- Type:
function
(backend:opaque
of Storage::BackendHandle) :Storage::OperationResult
- Storage::Async::__erase
- Type:
function
(backend:opaque
of Storage::BackendHandle, key:any
) :Storage::OperationResult
- Storage::Async::__get
- Type:
function
(backend:opaque
of Storage::BackendHandle, key:any
) :Storage::OperationResult
- Storage::Async::__open_backend
- Type:
function
(btype:Storage::Backend
, options:any
, key_type:any
, val_type:any
) :Storage::OperationResult