MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / setTask

Method setTask

src/common/Task.h:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 virtual ~Worker() {}
88
89 void setTask(Task* task)
90 {
91 m_task = task;
92 m_state = READY;
93 }
94
95 bool work(WorkerThread* thd);
96

Callers 1

runSyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected