mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00: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: 7669441282
Pull-request: https://github.com/SerenityOS/serenity/pull/16054
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/idispatch
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue