mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibIPC: Add deferred invoker getter
This commit is contained in:
parent
727fb305a8
commit
7669441282
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/7669441282 Pull-request: https://github.com/SerenityOS/serenity/pull/16054 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/idispatch
@ -42,6 +42,7 @@ public:
|
||||
|
||||
void set_fd_passing_socket(NonnullOwnPtr<Core::Stream::LocalSocket>);
|
||||
void set_deferred_invoker(NonnullOwnPtr<DeferredInvoker>);
|
||||
DeferredInvoker& deferred_invoker() { return *m_deferred_invoker; }
|
||||
|
||||
bool is_open() const { return m_socket->is_open(); }
|
||||
ErrorOr<void> post_message(Message const&);
|
||||
|
Loading…
Reference in New Issue
Block a user