pkulchenko / wxlua

wxlua: Lua bindings for wxWidgets cross-platform GUI toolkit; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and wxWidgets 3.x
307 stars 59 forks source link

GetCPUCount #104

Closed sonoro1234 closed 2 years ago

sonoro1234 commented 2 years ago

Hi,

Would it be possible to bind wxThread:GetCPUCount ?

Thanks

pkulchenko commented 2 years ago

@sonoro1234, I don't think there is any support for wxThread in wxlua, so it will have to be added first to add GetCPUCount. Patches welcome ;).

pkulchenko commented 2 years ago

@sonoro1234, I'll close this one for now; feel free to reopen or continue the discussion if you have some suggestions on how to implement it.