mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
ircd::ctx: Assert interruption points aren't useless calls.
This commit is contained in:
parent
086f92f989
commit
bacfa6de95
1 changed files with 1 additions and 0 deletions
|
@ -630,6 +630,7 @@ noexcept
|
|||
void
|
||||
ircd::ctx::this_ctx::interruption_point()
|
||||
{
|
||||
assert(interruptible());
|
||||
return cur().interruption_point();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue