Mitchell Hashimoto 5bace502e4 update vendor/libxev to retry on EINTR for io_uring
Fixes #290

Previously, our io_uring loops were exiting on EINTR. EINTR is sent for
various reasons but particularly when a process is stopped such as for
sleeping. We should not exit these loops.

Longer term we should be more resilient to detecting that our renderer
and/or IO thread as died and behave in some better way but this
addresses a major issue in the mean time.
2023-09-03 08:10:13 -07:00
..
2022-10-16 16:20:08 -07:00
2023-07-09 10:42:07 -07:00
2022-10-23 19:39:02 -07:00
2023-07-09 10:42:54 -07:00
2023-07-09 10:45:18 -07:00
2023-02-27 14:37:52 -08:00
2023-07-09 10:46:07 -07:00
2023-06-30 12:15:31 -07:00
2023-08-02 15:06:24 -07:00
2023-06-30 12:15:31 -07:00
2023-08-28 13:20:06 -07:00