projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactoring
[invirt/third/libt4.git]
/
rpc
/
thr_pool.h
diff --git
a/rpc/thr_pool.h
b/rpc/thr_pool.h
index
5950a9c
..
28c5236
100644
(file)
--- a/
rpc/thr_pool.h
+++ b/
rpc/thr_pool.h
@@
-6,10
+6,10
@@
typedef function<void()> job_t;
-class ThrPool {
+class thread_pool {
public:
- ThrPool(size_t sz, bool blocking=true);
- ~ThrPool();
+ thread_pool(size_t sz, bool blocking=true);
+ ~thread_pool();
bool addJob(const job_t &j);