Skip to main content

Module subscription

Module subscription 

Available on crate feature inspect only.
Expand description

Subscriptions deliver the initial query result and refreshed content.

Functions§

subscribe
Subscribe before evaluating the initial query. Slow consumers coalesce revisions and receive fresh content instead of accumulating an unbounded event queue. Closing the change source ends the subscription after its last refreshed result.