Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ Exit
Method
Exit
src/render/app/encoder_thread.cpp:472–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
void EncoderThread::Exit() {
473
if (enc_thread_) {
474
enc_thread_->Exit();
475
}
476
}
477
478
void EncoderThread::PostEncTask(std::function<void()>&& task) {
479
enc_thread_->Post(std::move(task));
Callers
1
Encode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected