MCPcopy 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_popFunction · 0.85
pushFunction · 0.85
lua_stateMethod · 0.45
stack_indexMethod · 0.45

Tested by

no test coverage detected