FunctionRunner Utility Class.
authorDavid Reiss <dreiss@apache.org>
Tue, 10 Jun 2008 22:54:56 +0000 (22:54 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 10 Jun 2008 22:54:56 +0000 (22:54 +0000)
commit791a57f528e12829acd6d2950d50e65139080f49
treeb675279ceb1ff2397453e38b573b8e49bea4ba03
parent665365490f3e14cf3e40205f16d9dc9b5a833f1e
FunctionRunner Utility Class.

Runs arbitrary functions of form 'void(void)' and 'void*(void*)'
without need to create custom Runnable classes.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666360 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/concurrency/FunctionRunner.h [new file with mode: 0644]