Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ join
Method
join
tests/test_iostream.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
void stop() { stop_ = true; }
60
61
void join() const {
62
py::gil_scoped_release gil_lock;
63
t_->join();
64
}
65
66
void sleep() {
67
py::gil_scoped_release gil_lock;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected