libmoost
/home/mhx/git/github/libmoost/include/moost/thread/async_worker.hpp File Reference
#include <vector>
#include <stdexcept>
#include <boost/thread.hpp>
#include <boost/thread/condition.hpp>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include "xtime_util.hpp"
Include dependency graph for async_worker.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  moost::thread::enqueue_timeout
 Thrown by async_worker when there is a timeout while trying to enqueue more work. More...
class  moost::thread::async_worker< TWork >
 async_worker is a virtual class that simplifies the mechanics of doing work asynchronously. More...

Namespaces

namespace  moost
 

Creates a unique temporary directory; removed on scope exit.


namespace  moost::thread