Recipe: sync vs async clients
Recipe — sync vs async client. Pointer to the SDK async_workflow sample.
Last updated
Was this helpful?
Recipe — sync vs async client. Pointer to the SDK async_workflow sample.
Both Stratix and AsyncStratix cover the entire resource surface — every method has a sync and an async form on the same name.
Canonical samples:
samples/core/async_workflow.py — concurrent operations with AsyncStratix
samples/core/async_results.py — fetch results from multiple concurrent evaluations
Sync (Stratix) — scripts, CI gates, small batches, anywhere blocking is fine
Async (AsyncStratix) — webservers, concurrent evaluation runs, throughput matters
Last updated
Was this helpful?
Was this helpful?