Threadpool.h 347 B

1234567891011121314151617
  1. // Copyright (C) 2009-2016, Panagiotis Christopoulos Charitos.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #pragma once
  6. #include <anki/util/Thread.h>
  7. #include <anki/util/Singleton.h>
  8. namespace anki
  9. {
  10. /// Singleton
  11. typedef Singleton<ThreadPool> ThreadPoolSingleton;
  12. } // end namespace anki