MCPcopy 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
23void TextThread::Start()
24{
25 CreateTimerQueueTimer(&timer, NULL, [](void* This, auto) { ((TextThread*)This)->Flush(); }, this, 10, 10, WT_EXECUTELONGFUNCTION);
26}
27
28void TextThread::Stop()
29{

Callers 1

StartFunction · 0.80

Calls 1

FlushMethod · 0.80

Tested by

no test coverage detected