ATAS
Loading...
Searching...
No Matches
AsyncConnector.cs File Reference

Classes

class  ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >
 Connector base that allows to use await to switch to the connector queue thread. More...
 
class  ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >.ConnectorSynchronizationContext
 Custom synchronization context to forward await continuations to the connector queue. More...
 
struct  ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >.SynchronizationContextAwaiter
 Custom awaiter to control continuation execution on the ConnectorSynchronizationContext More...
 
struct  ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >.SynchronizationContextQueueAwaiter
 Custom awaiter to control continuation execution on the ConnectorSynchronizationContext This awaiter always passes the continuation to the connector's queue. More...
 
class  ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >.AsyncAwaiterFacade
 Facade for SynchronizationContextAwaiter to allow explicit call of SwitchToConnectorThreadAsync() More...
 
class  ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >.AsyncAwaiterQueueFacade
 Facade for SynchronizationContextQueueAwaiter to allow explicit call of ForceToConnectorThreadAsync() More...
 

Namespaces

namespace  ATAS
 
namespace  ATAS.DataFeedsCore