Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ basic_thread
Method
basic_thread
include/sol/thread.hpp:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
using base_t::lua_state;
90
91
basic_thread() noexcept = default;
92
basic_thread(const basic_thread&) = default;
93
basic_thread(basic_thread&&) = default;
94
template <typename T,
Callers
nothing calls this directly
Calls
4
push_pop
Function · 0.85
push
Function · 0.85
lua_state
Method · 0.45
stack_index
Method · 0.45
Tested by
no test coverage detected