summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/EventLoop.h
AgeCommit message (Expand)Author
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