RSC  0.17.1
Task.h File Reference
#include <boost/shared_ptr.hpp>
#include "../logging/Logger.h"
#include "../misc/langutils.h"
#include "rsc/rscexports.h"
Include dependency graph for Task.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsc::threading::Task
 A task is a self.contained piece of work that can be executed by another thread. More...
 

Namespaces

 rsc
 
 rsc::threading
 

Typedefs

typedef boost::shared_ptr< Task > rsc::threading::TaskPtr