Sam Atkins
|
f240def414
LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1
|
před 3 roky |
Sam Atkins
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
před 3 roky |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
před 3 roky |
kleines Filmröllchen
|
e9a286f9e7
LibCore: Make EventLoop connect to InspectorServer if requested
|
před 3 roky |
javabird25
|
1770534d94
LibCore: Verify that EventLoop is initialized in its static API
|
před 3 roky |
Lenny Maiorani
|
ea58b8d927
Libraries: Use default constructors/destructors in LibCore
|
před 3 roky |
Andreas Kling
|
1a323ec8d4
LibCore: Exit get_next_timer_expiration() sooner if possible
|
před 3 roky |
kleines Filmröllchen
|
704bb361bb
LibCore: Allow event loops on other threads to wake up
|
před 3 roky |
kleines Filmröllchen
|
716a3429fa
LibCore: Fix event loop stacks on non-main threads
|
před 3 roky |
sin-ack
|
04d68117c2
LibCore: Remove Core::LocalSocket :^)
|
před 3 roky |
sin-ack
|
0249c92313
LibCore: Use Core::Stream::LocalSocket in InspectorServerConnection
|
před 3 roky |
Andreas Kling
|
3bab93c5e7
LibCore: Make Core::s_main_event_loop actually global
|
před 3 roky |
kleines Filmröllchen
|
df6b9cdb0c
LibCore+LibC: Enforce the global event loop ban in code
|
před 3 roky |
kleines Filmröllchen
|
888faa3c9f
LibCore: Fix signal handling race condition in EventLoop
|
před 3 roky |
kleines Filmröllchen
|
a501b9c7df
LibCore: Create wake pipe on each thread
|
před 3 roky |
kleines Filmröllchen
|
69c1910037
LibCore: Allow EventLoops to run on multiple threads safely
|
před 3 roky |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
před 3 roky |
Andreas Kling
|
0631d3fed5
LibCore: Guard access to EventLoop notifiers set with a mutex
|
před 3 roky |
Jelle Raaijmakers
|
558fd5b166
LibCore: Make `EventLoop::pump()` return event count
|
před 3 roky |
Michel Hermier
|
7ea3d40e19
LibCore: Unconditionally report error in `EventLoop::wait_for_event`
|
před 3 roky |
Andreas Kling
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
před 3 roky |
Ben Wiederhake
|
b3e9a4e603
Libraries: Fix visibility of Object-derivative constructors
|
před 3 roky |
Andreas Kling
|
fa753ff863
LibCore: Pop the main Core::EventLoop off the stack when destroyed
|
před 3 roky |
Andreas Kling
|
f2b9ec9f8a
LibCore: Add Core::EventLoop::spin_until(Function<bool()>)
|
před 3 roky |
sin-ack
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
před 3 roky |
Andreas Kling
|
67a0fa2b78
LibCore: Add Core::EventLoop::has_been_instantiated()
|
před 3 roky |
Brian Gianforcaro
|
da51b8f39d
LibCore: Move EventLoop to AK::Time
|
před 4 roky |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
před 4 roky |
Brian Gianforcaro
|
176e1cbca7
LibCore: Remove unused header includes
|
před 4 roky |
Andreas Kling
|
b8a204c5b9
LibThreading: Rename Lock => Mutex
|
před 4 roky |