v0.6.0
- Change Mem allocation
- Add Timer Module(Using time wheel)
- Modify Plugin DLL entry and exit functions by using macro
ARK_DLL_PLUGIN_ENTRY(Plugin Class)
- Add
ARK_STATIC_ASSERT
- Add launch parameters for launching multi-processes
- Use
std::is_base_of
to instead self derived class check