Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Artikash/Textractor
/ Start
Method
Start
host/textthread.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
{}
22
23
void TextThread::Start()
24
{
25
CreateTimerQueueTimer(&timer, NULL, [](void* This, auto) { ((TextThread*)This)->Flush(); }, this, 10, 10, WT_EXECUTELONGFUNCTION);
26
}
27
28
void TextThread::Stop()
29
{
Callers
1
Start
Function · 0.80
Calls
1
Flush
Method · 0.80
Tested by
no test coverage detected