Skip to content

v0.6.0

Compare
Choose a tag to compare
@nickyang4github nickyang4github released this 31 Mar 03:29
· 3210 commits to master since this release
  • 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