Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ Thread
Method
Thread
euler/common/env.h:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
class Thread {
31
public:
32
Thread() { }
33
virtual ~Thread() { }
34
35
virtual bool Joinable() = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected