mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +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();
|
q.notify_all();
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
const uninterruptible ui;
|
||||||
produce(&t, wanting);
|
produce(&t, wanting);
|
||||||
produce(nullptr, waiting);
|
produce(nullptr, waiting);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue