Module async_

Source
Expand description

Defines the AsStoreAsync trait and its supporting types.

Structs§

StoreAsync
A store that can be used to invoke Function::call_async.
StoreAsyncReadLock
A read lock on an async store.
StoreAsyncWriteLock
A write lock on an async store.

Traits§

AsStoreAsync
A trait for types that can be used with Function::call_async.