mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCore: Do not assert that we can start the RPC server
Now that the Shell uses Core::EventLoop, we can't afford to just crash if /tmp is unwritable.
This commit is contained in:
committed by
Andreas Kling
parent
53647e347f
commit
8afcf0d87a
@@ -76,6 +76,7 @@ public:
|
||||
static void wake();
|
||||
|
||||
private:
|
||||
bool start_rpc_server();
|
||||
void wait_for_event(WaitMode);
|
||||
Optional<struct timeval> get_next_timer_expiration();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user