0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd::ctx: Disable interrupt for the view producer sequence.

This commit is contained in:
Jason Volk 2018-08-28 18:57:20 -07:00
parent 76e48b3ef3
commit 0f2dd85a47

View file

@ -83,6 +83,7 @@ ircd::ctx::view<T, mutex>::operator()(T &t)
q.notify_all();
}};
const uninterruptible ui;
produce(&t, wanting);
produce(nullptr, waiting);
}