New named_thread template (preview)

Old class named_thread renamed to old_thread
It's too hard to move in a single commit
This commit is contained in:
Nekotekina 2018-09-25 15:21:04 +03:00
parent 4ef384a161
commit 306f95a9ae
22 changed files with 392 additions and 204 deletions

View file

@ -52,7 +52,7 @@ void audio_config::on_init(const std::shared_ptr<void>& _this)
ports[i].index = m_indexes + i;
}
named_thread::on_init(_this);
old_thread::on_init(_this);
}
void audio_config::on_task()