Improve raw_notify a bit

This commit is contained in:
Nekotekina 2020-10-23 13:00:01 +03:00
commit 10caa2981f
3 changed files with 13 additions and 2 deletions

View file

@ -311,6 +311,7 @@ class named_thread final : public Context, result_storage_t<Context>, thread_bas
if (_this->m_state >= thread_state::aborting)
{
_this->m_state_notifier.store(data);
return false;
}