fix(modules): Warmup in runner thread to avoid block
This commit is contained in:
parent
b241018786
commit
eb5c82a5c3
8 changed files with 47 additions and 43 deletions
src/components
|
@ -157,6 +157,8 @@ controller::~controller() {
|
|||
*/
|
||||
bool controller::run(bool writeback, string snapshot_dst) {
|
||||
m_log.info("Starting application");
|
||||
m_log.trace("controller: Main thread id = %i", concurrency_util::thread_id(this_thread::get_id()));
|
||||
|
||||
assert(!m_connection.connection_has_error());
|
||||
|
||||
m_writeback = writeback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue