mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
8 lines
73 B
C++
8 lines
73 B
C++
#include "hasync.h"
|
|
|
|
namespace hv {
|
|
|
|
SINGLETON_IMPL(GlobalThreadPool)
|
|
|
|
}
|