8 lines
73 B
C++
8 lines
73 B
C++
|
#include "hasync.h"
|
||
|
|
||
|
namespace hv {
|
||
|
|
||
|
SINGLETON_IMPL(GlobalThreadPool)
|
||
|
|
||
|
}
|