io/ipchandler: add IpcHandler and qs msg

Also reworks the whole ipc system to use serialized variants.
This commit is contained in:
outfoxxed 2024-09-13 02:44:33 -07:00
parent 3690812919
commit 5e2fb14551
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
14 changed files with 1428 additions and 27 deletions

View file

@ -5,5 +5,6 @@ headers = [
"socket.hpp",
"process.hpp",
"fileview.hpp",
"ipchandler.hpp",
]
-----