make event backup ui locks less likely

This commit is contained in:
Adam D. Ruppe 2023-12-24 07:56:49 -05:00
parent f017816d05
commit 065846dab8
1 changed files with 4 additions and 0 deletions

View File

@ -4414,6 +4414,10 @@ struct EventLoopImpl {
if(PosixFdReader* pfr = fd in PosixFdReader.mapping)
(*pfr).ready(flags);
// we don't know what the user did in this timer, so we need to assume that
// there's X data to be flushed and potentially processed
forceXPending = true;
// or i might add support for other FDs too
// but for now it is just timer
// (if you want other fds, use arsd.eventloop and compile with -version=with_eventloop), it offers a fuller api for arbitrary stuff.