commit | 0e53ccdb8bf0cee0d17fed331d32dd012cec2552 | [log] [tgz] |
---|---|---|
author | Marc Slemko <marc@apache.org> | 周一 7月 17 23:51:05 2006 +0000 |
committer | Marc Slemko <marc@apache.org> | 周一 7月 17 23:51:05 2006 +0000 |
tree | 32da173d437a7074270fe84aaa2858964d571a56 | |
parent | 66949879ffaa724ff2789bd62a2b8820bf45f13f [diff] [blame] |
Another checkpoint of initial cut at thread pool manager for thrift and related concurrency classes. Added TimerManager - I can't live without one after all. Added Util - handy place for common time operations et al. Initial test code git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664722 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/concurrency/PosixThreadFactory.h b/lib/cpp/src/concurrency/PosixThreadFactory.h index 88a0888..b42981b 100644 --- a/lib/cpp/src/concurrency/PosixThreadFactory.h +++ b/lib/cpp/src/concurrency/PosixThreadFactory.h
@@ -7,7 +7,8 @@ /** A thread factory to create posix threads - @author marc */ + @author marc + @version $Id:$ */ class PosixThreadFactory : public ThreadFactory {