summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/EventLoop.h
AgeCommit message (Expand)Author
2023-04-25LibCore: Remove unused cruft in EventLoop.hAndreas Kling
2023-04-25LibCore+Ladybird: Add EventLoopManager interface for persistent stateAndreas Kling
2023-04-25Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loopAndreas Kling
2023-04-25LibCore: Add a hook for custom construction of EventLoopImplementationAndreas Kling
2023-04-25LibCore: Big first step towards pluggable Core::EventLoopAndreas Kling
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-25LibCore: Remove some unnecessary includes from EventLoop.hAndreas Kling
2023-04-25LibCore: Move deferred_invoke() implementation out of lineAndreas Kling
2023-04-25LibCore: Move event queueing to a per-thread event queueAndreas Kling
2023-04-25LibCore: Remove unused EventLoop::wake_current()Andreas Kling
2023-04-25LibCore: Remove awkward EventLoop::wake_once() APIAndreas Kling
2023-03-13LibCore: Allow EventLoop to manage and cancel promiseskleines Filmröllchen
2023-01-11LibCore: Explain EventLoop and reorder some members in the headerkleines Filmröllchen
2022-07-22LibAudio: Prevent racy eternal deadlock of the audio enqueue threadkleines Filmröllchen
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-27LibCore: Fix typo in `EventLoop` commentJelle Raaijmakers
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-01-25LibCore: Make Core::s_main_event_loop actually globalAndreas Kling
2022-01-23LibCore: Create wake pipe on each threadkleines Filmröllchen
2022-01-23LibCore: Allow EventLoops to run on multiple threads safelykleines Filmröllchen
2022-01-06LibCore: Make `EventLoop::pump()` return event countJelle Raaijmakers
2021-09-25LibCore: Add Core::EventLoop::spin_until(Function<bool()>)Andreas Kling
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack
2021-08-26LibCore: Add Core::EventLoop::has_been_instantiated()Andreas Kling
2021-08-15LibCore: Move EventLoop to AK::TimeBrian Gianforcaro
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-05-22LibCore: Make all processes opt out of InspectorServer by defaultAndreas Kling
2021-05-13LibCore+Inspector: Reverse the direction of Inspector connectionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling