Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ CSimpleTask
Method
CSimpleTask
test/common/WelsThreadPoolTest.h:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
static uint32_t id;
59
60
CSimpleTask (WelsCommon::IWelsTaskSink* pSink) : IWelsTask (pSink) {
61
m_uiID = id ++;
62
}
63
64
virtual ~CSimpleTask() {
65
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected