MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / static_execute

Method static_execute

src/event_loop.cpp:47–50  ·  view source on GitHub ↗

* Execute the given event loop. * @param cookie Event loop to run. */

Source from the content-addressed store, hash-verified

45 * @param cookie Event loop to run.
46 */
47void EventLoop::static_execute(void *cookie)
48{
49 static_cast<EventLoop *>(cookie)->execute();
50}
51
52EventLoop::EventLoop() :
53 shutdown_(false),

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected