摘要:
1 class CThreadPool 2 { 3 public: 4 5 template 6 static void QueueUserWorkItem(void (T::*function)(void), 7 T *object, ULONG... 阅读全文
posted @ 2015-05-27 13:21
kernel_main
阅读(768)
评论(0)
推荐(0)
|
摘要:
1 class CThreadPool 2 { 3 public: 4 5 template 6 static void QueueUserWorkItem(void (T::*function)(void), 7 T *object, ULONG... 阅读全文
posted @ 2015-05-27 13:21
kernel_main
阅读(768)
评论(0)
推荐(0)
|