Historique des commits

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