async-worker.h File Reference

Headers for the async::workload_t classes. More...

#include <stdlib.h>
Include dependency graph for async-worker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  async::dispatch_t
 Describes a workload that does not need to return any results, that will be dispatched as a heap-allocated object. More...
class  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. More...
class  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. More...

Namespaces

namespace  async
 

Message-passing asynchronous worker classes.


Functions

bool async::GetResults ()
 Retrieve all currently pending results.
size_t async::PendingResults ()
 Get a count of how many results are pending.
void async::Queue (const class workload_t *const instance)
 Dispatch a worker instance for processing and deletion by a worker thread.

Detailed Description

Headers for the async::workload_t classes.

Author:
Oliver 'kfs1' Smith <oliver@kfs.org>
See also:
async

Definition in file async-worker.h.

Generated on Fri Jul 30 16:14:59 2010 for Async::Worker by  doxygen 1.6.3