MCPcopy Create free account
hub / github.com/deskflow/deskflow / FunctionJob

Method FunctionJob

src/lib/base/FunctionJob.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12//
13
14FunctionJob::FunctionJob(void (*func)(void *), void *arg) : m_func(func), m_arg(arg)
15{
16 // do nothing
17}
18
19void FunctionJob::run()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected