Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetOwnerThread
Method
GetOwnerThread
adapter/micro_thread/mt_session.h:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
};
56
57
MicroThread* GetOwnerThread(){
58
return _thread;
59
};
60
void SetOwnerThread(MicroThread* thread) {
61
_thread = thread;
62
};
Callers
2
NotifyWriteWait
Method · 0.45
InputNotify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected