mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibCore: Port EventLoop to Windows
This commit is contained in:
parent
d4f8b598cb
commit
1c77135948
Notes:
github-actions[bot]
2024-11-14 18:19:34 +00:00
Author: https://github.com/stasoid
Commit: 1c77135948
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2299
Reviewed-by: https://github.com/ADKaster ✅
7 changed files with 320 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <AK/Badge.h>
|
||||
#include <LibCore/Event.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/EventLoopImplementationUnix.h>
|
||||
#include <LibCore/EventLoopImplementation.h>
|
||||
#include <LibCore/EventReceiver.h>
|
||||
#include <LibCore/Promise.h>
|
||||
#include <LibCore/ThreadEventQueue.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue