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

Method DoRefreshWork

RedisStudio/RedisInfoUI.cpp:98–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void RedisInfoUI::DoRefreshWork()
99{
100 m_pWork.reset(new Base::RunnableAdapter<RedisInfoUI>(*this, &RedisInfoUI::BackgroundWork));
101 try
102 {
103 m_oThread.start(*m_pWork);
104 }
105 catch (std::exception& ex)
106 {
107 /// who care ?
108 (void)(ex);
109 }
110}
111
112void RedisInfoUI::RefreshInfo()
113{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected