From e879b257b9512816f2ff579a7444fe600a74ed91 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 2 Mar 2016 10:14:01 -0500 Subject: better make system --- src/threadpool.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/threadpool.cpp') diff --git a/src/threadpool.cpp b/src/threadpool.cpp index d49217d..619f002 100644 --- a/src/threadpool.cpp +++ b/src/threadpool.cpp @@ -1,5 +1,9 @@ #include "threadpool.h" +/** + * Stolen from some guy. + */ + // Constructor. ThreadPool::ThreadPool(int threads) : terminate(false), @@ -92,4 +96,4 @@ ThreadPool::~ThreadPool() { ShutDown(); } -} \ No newline at end of file +} -- cgit v1.2.3