Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ set_expired_time
Method
set_expired_time
adapter/micro_thread/heap_timer.h:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
virtual ~CTimerNotify(){};
46
47
void set_expired_time(uint64_t expired) {
48
_time_expired = expired;
49
};
50
51
uint64_t get_expired_time() {
52
return _time_expired;
Callers
1
start_timer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected