mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::ctx: Harder default interruption on context dtor.
This commit is contained in:
parent
242516c853
commit
e6dd4beaaa
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ noexcept
|
|||
if(current)
|
||||
{
|
||||
const uninterruptible::nothrow ui;
|
||||
interrupt();
|
||||
terminate();
|
||||
join();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue