index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
EventLoop.h
Age
Commit message (
Expand
)
Author
2022-07-22
LibAudio: Prevent racy eternal deadlock of the audio enqueue thread
kleines Filmröllchen
2022-04-27
LibCore: Remove main event loop
Jelle Raaijmakers
2022-04-27
LibCore: Fix typo in `EventLoop` comment
Jelle Raaijmakers
2022-03-10
Libraries: Use default constructors/destructors in LibCore
Lenny Maiorani
2022-02-13
LibCore: Allow event loops on other threads to wake up
kleines Filmröllchen
2022-01-25
LibCore: Make Core::s_main_event_loop actually global
Andreas Kling
2022-01-23
LibCore: Create wake pipe on each thread
kleines Filmröllchen
2022-01-23
LibCore: Allow EventLoops to run on multiple threads safely
kleines Filmröllchen
2022-01-06
LibCore: Make `EventLoop::pump()` return event count
Jelle Raaijmakers
2021-09-25
LibCore: Add Core::EventLoop::spin_until(Function<bool()>)
Andreas Kling
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
2021-08-26
LibCore: Add Core::EventLoop::has_been_instantiated()
Andreas Kling
2021-08-15
LibCore: Move EventLoop to AK::Time
Brian Gianforcaro
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-05-22
LibCore: Make all processes opt out of InspectorServer by default
Andreas Kling
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling