/pthread_cpp

将Pthreads线程封装为抽象类

Primary LanguageC++

pthread_cpp

将Pthreads线程封装为抽象类,这样用户在使用线程时,只需要继承一下这个抽象类, 并实现相应的接口就可以了。