AsyncFw 1.2
Async Framework is c++ runtime with timers, poll notifiers, sockets, coroutines, etc.
 
Loading...
Searching...
No Matches
AsyncFw::AbstractFunctionConnector Class Referenceabstract

The AbstractFunctionConnector class. More...

#include <AsyncFw/FunctionConnector>

Inheritance diagram for AsyncFw::AbstractFunctionConnector:
[legend]

Public Types

enum  ConnectionType : uint8_t {
  Auto = 0 , Direct = 0x01 , Queued = 0x02 , Sync = 0x04 ,
  AutoOnly = 0x10 , DirectOnly = 0x11 , QueuedOnly = 0x12 , SyncOnly = 0x14
}
 

Public Member Functions

 AbstractFunctionConnector (ConnectionType=Auto)
 

Protected Attributes

std::vector< Connection * > list
 
ConnectionType defaultConnectionType
 
std::mutex mutex
 

Detailed Description


The documentation for this class was generated from the following files: