Expand description
Async/Sync bridge for Shape runtime
Provides a shared Tokio runtime for async operations in Shape. This simplified version focuses on managing the runtime for market-data provider access so legacy synchronous callers can still execute queries.
Structs§
- Sync
Data Provider - Deprecated: SyncDataProvider removed
Functions§
- block_
on_ shared - Block on a future using the shared runtime
- get_
runtime_ handle - Get the shared runtime handle
- initialize_
shared_ runtime - Initialize the shared runtime (called once at startup)