Github user Typz commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1337#discussion_r137809132
  
    --- Diff: lib/cpp/src/thrift/concurrency/TimerManager.cpp ---
    @@ -52,6 +52,8 @@ class TimerManager::Task : public Runnable {
         }
       }
     
    +  shared_ptr<Runnable> runnable() const { return runnable_; }
    --- End diff --
    
    done


---

Reply via email to