Re-add and revert back to old ThreadPool. See ticket #128

This commit is contained in:
Erik Broberg
2016-08-17 17:05:13 -04:00
parent 194a4e8832
commit 1199acc7b9
8 changed files with 227 additions and 12 deletions
@@ -117,7 +117,7 @@ namespace openspace {
AsyncTileDataProvider::AsyncTileDataProvider(
std::shared_ptr<TileDataset> tileDataset,
std::shared_ptr<ghoul::ThreadPool> pool)
std::shared_ptr<ThreadPool> pool)
: _tileDataset(tileDataset)
, _threadPool(pool)
{