pub fn keep_alive_stream(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
) -> impl Stream<Item = Result<(), Error>> + SendExpand description
Create a stream that sends keep-alive signals at regular intervals
pub fn keep_alive_stream(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
) -> impl Stream<Item = Result<(), Error>> + SendCreate a stream that sends keep-alive signals at regular intervals