Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ BlockTask
Method
BlockTask
src/core/utils/Task.cpp:25–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
class BlockTask : public Task {
24
public:
25
explicit BlockTask(std::function<void()> block) : block(std::move(block)) {
26
}
27
28
protected:
29
void onExecute() override {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected