samples/single-process-ipc: Add single process IPC sample

A basic sample to show the layout required to do any IPC work for both client and server. It does not have a multi-process architecture and instead relies on threading, but this already shows the speed that should be expected when using DataPath.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-08 03:06:08 +01:00
parent 9b9504d925
commit 8a4df2cc3a
4 changed files with 335 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/build