Skip to main content

Module async_provider

Module async_provider 

Source
Expand description

Async data provider trait for historical and live data

This module defines the async interface for data providers that can:

  • Load historical data concurrently
  • Subscribe to live data streams
  • Support industry-agnostic time series data

Structs§

NullAsyncProvider
A no-op async provider that returns no data

Enums§

AsyncDataError
Error type for async data operations

Traits§

AsyncDataProvider
Async data provider trait for historical and live data

Type Aliases§

SharedAsyncProvider
Type alias for a shared async data provider