Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
async::dispatch_t | Describes a workload that does not need to return any results, that will be dispatched as a heap-allocated object |
async::static_worker_t | Describes a workload that returns results to be consumed and processed by the caller, that will be dispatched as a local object |
async::worker_t | Describes a workload that returns results to be consumed and processed by the caller, that will be dispatched as a heap- allocated object |