Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
blaze
util
threadpool
Task.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_UTIL_THREADPOOL_TASK_H_
36
#define _BLAZE_UTIL_THREADPOOL_TASK_H_
37
38
39
//*************************************************************************************************
40
// Includes
41
//*************************************************************************************************
42
43
#include <boost/function.hpp>
44
45
46
namespace
blaze {
47
48
namespace
threadpool {
49
50
//=================================================================================================
51
//
52
// TYPE DEFINITIONS
53
//
54
//=================================================================================================
55
56
//*************************************************************************************************
60
typedef
boost::function<void(void)>
Task
;
61
//*************************************************************************************************
62
63
}
// namespace threadpool
64
65
}
// namespace blaze
66
67
#endif
blaze::threadpool::Task
boost::function< void(void)> Task
Handle for a single, executable task.
Definition:
Task.h:60
Generated on Fri Jun 20 2014 06:06:54 by
1.8.7