[GitHub] thrift pull request #1353: THRIFT-4327: add API to efficiently remove a sing...

2017-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1353 ---

[GitHub] thrift pull request #1353: THRIFT-4327: add API to efficiently remove a sing...

2017-09-14 Thread Typz
Github user Typz commented on a diff in the pull request: https://github.com/apache/thrift/pull/1353#discussion_r138849538 --- Diff: lib/cpp/src/thrift/concurrency/TimerManager.h --- @@ -69,28 +72,33 @@ class TimerManager { * * @param task The task to execute

[GitHub] thrift pull request #1353: THRIFT-4327: add API to efficiently remove a sing...

2017-09-14 Thread Typz
Github user Typz commented on a diff in the pull request: https://github.com/apache/thrift/pull/1353#discussion_r138849560 --- Diff: lib/cpp/test/concurrency/TimerManagerTests.h --- @@ -192,6 +192,38 @@ class TimerManagerTests { return true; } +/**

[GitHub] thrift pull request #1353: THRIFT-4327: add API to efficiently remove a sing...

2017-09-14 Thread Typz
Github user Typz commented on a diff in the pull request: https://github.com/apache/thrift/pull/1353#discussion_r138845074 --- Diff: lib/cpp/src/thrift/concurrency/TimerManager.h --- @@ -100,13 +108,26 @@ class TimerManager { */ virtual void remove(stdcxx::shared_ptr

[GitHub] thrift pull request #1353: THRIFT-4327: add API to efficiently remove a sing...

2017-09-13 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1353#discussion_r138711396 --- Diff: lib/cpp/src/thrift/concurrency/TimerManager.h --- @@ -100,13 +108,26 @@ class TimerManager { */ virtual void remove(stdcxx::shared_p

[GitHub] thrift pull request #1353: THRIFT-4327: add API to efficiently remove a sing...

2017-09-13 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1353#discussion_r138711309 --- Diff: lib/cpp/test/concurrency/TimerManagerTests.h --- @@ -192,6 +192,38 @@ class TimerManagerTests { return true; } +/**

[GitHub] thrift pull request #1353: THRIFT-4327: add API to efficiently remove a sing...

2017-09-13 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1353#discussion_r138711130 --- Diff: lib/cpp/src/thrift/concurrency/TimerManager.h --- @@ -69,28 +72,33 @@ class TimerManager { * * @param task The task to execute

[GitHub] thrift pull request #1353: THRIFT-4327: add API to efficiently remove a sing...

2017-09-11 Thread Typz
GitHub user Typz opened a pull request: https://github.com/apache/thrift/pull/1353 THRIFT-4327: add API to efficiently remove a single timer You can merge this pull request into a Git repository by running: $ git pull https://github.com/Typz/thrift THRIFT-4327 Alternatively y