LibCore: Port EventLoop to Windows

This commit is contained in:
stasoid 2024-10-31 12:44:19 +05:00 committed by Andrew Kaster
commit 1c77135948
Notes: github-actions[bot] 2024-11-14 18:19:34 +00:00
7 changed files with 320 additions and 6 deletions

View file

@ -62,4 +62,6 @@ private:
Array<int, 2>& m_wake_pipe_fds;
};
using EventLoopManagerPlatform = EventLoopManagerUnix;
}