[GitHub] thrift pull request #1485: THRIFT-4429: Make TThreadPoolServer.executorServi...

2018-03-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/thrift/pull/1485


---


[GitHub] thrift pull request #1485: THRIFT-4429: Make TThreadPoolServer.executorServi...

2018-01-30 Thread dmvolod
GitHub user dmvolod opened a pull request:

https://github.com/apache/thrift/pull/1485

THRIFT-4429: Make TThreadPoolServer.executorService_ available in inherited 
classes and refactor methods to be able customization

Plus some classes cleanup from unused imports

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dmvolod/thrift THRIFT-4429

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/thrift/pull/1485.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1485


commit 63d30a0f4882ad60a399481e168759b7d293c33e
Author: Dmitry Volodin 
Date:   2018-01-30T09:09:36Z

THRIFT-4429: Make TThreadPoolServer.executorService_ available in
inherited classes and refactor methods to be able customization




---