MCPcopy Create free account
hub / github.com/baidu/tera / DueTime

Method DueTime

src/sdk/sdk_task.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 void SetDueTime(uint64_t due_time) { due_time_ms_ = due_time; }
45 uint64_t DueTime() { return due_time_ms_; }
46
47 void SetTimeoutFunc(TimeoutFunc timeout_func) { timeout_func_ = timeout_func; }
48 TimeoutFunc GetTimeoutFunc() { return timeout_func_; }

Callers 2

operator()Method · 0.80
CheckTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected