Expand description
Types and macros useful for writing an application service.
Structs§
- Mock
Service Runtime - The runtime available during execution of a query.
Functions§
- run_
async_ entrypoint - Runs an asynchronous entrypoint in a blocking manner, by repeatedly polling the entrypoint future.
Type Aliases§
- Service
Runtime - Inside tests, use the
MockServiceRuntime
instead of the realServiceRuntime
.