mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
16c47ccff6
The EventLoop is now a wrapper around an EventLoopImplementation. Our old EventLoop code has moved into EventLoopImplementationUnix and continues to work as before. The main difference is that all the separate thread_local variables have been collected into a file-local ThreadData data structure. The goal here is to allow running Core::EventLoop with a totally different backend, such as Qt for Ladybird. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Concepts.h | ||
Connection.cpp | ||
Connection.h | ||
ConnectionFromClient.h | ||
ConnectionToServer.h | ||
Decoder.cpp | ||
Decoder.h | ||
Dictionary.h | ||
Encoder.cpp | ||
Encoder.h | ||
File.h | ||
Forward.h | ||
Message.h | ||
MultiServer.h | ||
SingleServer.h | ||
Stub.h |