coral
A C++ library for distributed co-simulation
Classes
coral::async Namespace Reference

Facilities for asynchronous function execution. More...

Classes

class  CommThread
 Creates and controls a background communications thread. More...
 
class  CommThreadDead
 An exception that signals an error that has caused CommThread's background thread to terminate unexpectedly. More...
 
struct  CommThreadTask
 Contains the Type member alias, which defines the signature for functions executed asynchronously by CommThread. More...
 

Detailed Description

Facilities for asynchronous function execution.