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