mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
ircd::ctx: Disable interrupt for the view producer sequence.
This commit is contained in:
parent
76e48b3ef3
commit
0f2dd85a47
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ ircd::ctx::view<T, mutex>::operator()(T &t)
|
|||
q.notify_all();
|
||||
}};
|
||||
|
||||
const uninterruptible ui;
|
||||
produce(&t, wanting);
|
||||
produce(nullptr, waiting);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue