Function handle_observe

Source
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.