Module service

Source
Expand description

Types and macros useful for writing an application service.

Structs§

MockServiceRuntime
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§

ServiceRuntime
Inside tests, use the MockServiceRuntime instead of the real ServiceRuntime.