Module convex::base_client

source ·
Expand description

The synchronous state machine for Convex. It’s recommended to use the higher level ConvexClient unless you are building a framework.

See docs for BaseConvexClient.

Structs

  • The synchronous state machine for the ConvexClient. It’s recommended to use the higher level ConvexClient unless you are building a framework.
  • A mapping from SubscriberId to its current result FunctionResult for each actively subscribed query.
  • An identifier for a single subscriber to a query.

Enums