ladybird/Libraries/LibIPC
Andreas Kling 74829cdb75 LibIPC: Short-cirtcuit post_message() if socket already disconnected
To allow for more asynchronous teardown of IClientConnection, make the
post_message() function simply return if called after the IPC socket
has been closed.
2020-01-25 10:34:32 +01:00
..
IClientConnection.h LibIPC: Short-cirtcuit post_message() if socket already disconnected 2020-01-25 10:34:32 +01:00
IEncoder.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
IEndpoint.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
IEndpoint.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
IMessage.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
IMessage.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
IServerConnection.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00