Bruce

Results 13 issues of Bruce

基于asio的Modern C++封装,提供asio::tcp类似的API: async_accept,async_read,async_read_some,async_connect,方便二次开发。

1. 保存到lua提供的extra space(推荐) lua源码定义 ```c /* ** thread state + extra space */ typedef struct LX { lu_byte extra_[LUA_EXTRASPACE]; lua_State l; } LX; /* ** Main thread combines a thread...

**What problem will this solve?** we can use premake in github action‘s scripts, not need download premake and put it in git repository. example: ```yaml # workflow name name: linux-gcc...

enhancement

**Describe the bug** A clear and concise description of what the bug is. lua analyzer lua5.4 to-be-close 语法报红色 **Desktop (please complete the following information):** - OS: Windows - LuaPanda Version...

```cpp 在构造函数中调用虚函数,实际执行的是父类的对应函数,因为自己还没有构造好, 多态是被disable的。 ``` 应该是 哪个类中调用,就执行的这个类对应的函数。其实 **构造函数初始化列表** 执行完毕,对象已经构造完成了。

use [premake](https://github.com/premake/premake-core) generate msvc projetcs. premake5 download https://premake.github.io/download.html#v5 use ``` premake5.exe vs2019 ```