|
@@ -141,8 +141,6 @@ class WorkThread {
|
|
void Start() { thd_.Start(); }
|
|
void Start() { thd_.Start(); }
|
|
void Join() { thd_.Join(); }
|
|
void Join() { thd_.Join(); }
|
|
|
|
|
|
- GRPC_ABSTRACT_BASE_CLASS
|
|
|
|
-
|
|
|
|
private:
|
|
private:
|
|
void Run() {
|
|
void Run() {
|
|
items_ = new WorkItem*[num_items_];
|
|
items_ = new WorkItem*[num_items_];
|