C/C++ API Reference
Loading...
Searching...
No Matches
pw::async Namespace Reference

(Deprecated) Async library More...

Classes

class  BasicDispatcher
 BasicDispatcher is a generic implementation of Dispatcher. More...
 
struct  Context
 Contextual information provided by a Dispatcher to a running task. More...
 
class  Dispatcher
 
class  FunctionDispatcher
 
class  HeapDispatcher
 
class  Task
 

Typedefs

using TaskFunction = Function< void(Context &, Status)>
 

Detailed Description

(Deprecated) Async library