MCPcopy Create free account
hub / github.com/cinience/RedisStudio / start

Method start

RedisStudio/Base/Thread.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48void Thread::start(Runnable& target)
49{
50 if (isRunning())
51 throw std::exception("thread already running");
52
53 _pRunnableTarget = ⌖
54
55 create(runnableEntry, this);
56}
57
58
59void Thread::start(Callable target, void* pData)

Callers 7

DoRefreshWorkMethod · 0.80
DoConnectMethod · 0.80
OnItemDBClickMethod · 0.80
DoRefreshDBWorkMethod · 0.80
DoPaginateWorkMethod · 0.80
DoRefreshKeysWorkMethod · 0.80
DoRefreshValuesWorkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected