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