pub async fn handle_observe(
store: Store,
request: ObserveRequest,
writer: &mut ProgressWriter,
) -> Result<()>
Expand description
Handle a single push request.
Requires a database, the request, and a reader.
pub async fn handle_observe(
store: Store,
request: ObserveRequest,
writer: &mut ProgressWriter,
) -> Result<()>
Handle a single push request.
Requires a database, the request, and a reader.