Commit History

Author SHA1 Message Date
  Andreas Kling c21eb30a2b Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loop 2 years ago
  Andreas Kling 31289a8d57 LibCore: Add a hook for custom construction of EventLoopImplementation 2 years ago
  Andreas Kling 16c47ccff6 LibCore: Big first step towards pluggable Core::EventLoop 2 years ago
  Andreas Kling c756e021a7 Userland: Remove "Inspector" program and related utilities 2 years ago
  Andreas Kling 8e7d7b0ec2 LibCore: Remove some unnecessary includes from EventLoop.h 2 years ago
  Andreas Kling 029f5b0dad LibCore: Move deferred_invoke() implementation out of line 2 years ago
  Andreas Kling 1587caef84 LibCore: Move event queueing to a per-thread event queue 2 years ago
  Andreas Kling 3a70a16ca7 LibCore: Remove unused EventLoop::wake_current() 2 years ago
  Andreas Kling 9601b516b8 LibCore: Remove awkward EventLoop::wake_once() API 2 years ago
  kleines Filmröllchen 30295bd988 LibCore: Allow EventLoop to manage and cancel promises 2 years ago
  kleines Filmröllchen 2475f6a641 LibCore: Explain EventLoop and reorder some members in the header 2 years ago
  kleines Filmröllchen 125122a9ab LibAudio: Prevent racy eternal deadlock of the audio enqueue thread 3 years ago
  Jelle Raaijmakers f25123df66 LibCore: Remove main event loop 3 years ago
  Jelle Raaijmakers 0bf56e6b40 LibCore: Fix typo in `EventLoop` comment 3 years ago
  Lenny Maiorani ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 years ago
  kleines Filmröllchen 704bb361bb LibCore: Allow event loops on other threads to wake up 3 years ago
  Andreas Kling 3bab93c5e7 LibCore: Make Core::s_main_event_loop actually global 3 years ago
  kleines Filmröllchen a501b9c7df LibCore: Create wake pipe on each thread 3 years ago
  kleines Filmröllchen 69c1910037 LibCore: Allow EventLoops to run on multiple threads safely 3 years ago
  Jelle Raaijmakers 558fd5b166 LibCore: Make `EventLoop::pump()` return event count 3 years ago
  Andreas Kling f2b9ec9f8a LibCore: Add Core::EventLoop::spin_until(Function<bool()>) 3 years ago
  sin-ack e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke 3 years ago
  Andreas Kling 67a0fa2b78 LibCore: Add Core::EventLoop::has_been_instantiated() 3 years ago
  Brian Gianforcaro da51b8f39d LibCore: Move EventLoop to AK::Time 3 years ago
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 years ago
  Andreas Kling c9e849a968 LibCore: Make all processes opt out of InspectorServer by default 4 years ago
  Andreas Kling dc25a4e249 LibCore+Inspector: Reverse the direction of Inspector connections 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago