1
0
Fork 0
forked from wry/wry

xwayland: use io_uring to prevent lockups

See https://gitlab.freedesktop.org/wayland/wayland/-/issues/296
This commit is contained in:
Julian Orth 2022-05-11 21:45:15 +02:00
parent 5573b2a1b7
commit 285724b4f1
13 changed files with 1173 additions and 34 deletions

View file

@ -12,6 +12,7 @@ pub mod fdcloser;
pub mod hex;
pub mod linkedlist;
pub mod log_on_drop;
pub mod mmap;
pub mod nonblock;
pub mod num_cpus;
pub mod numcell;