IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.
Other
484
stars
119
forks
source link
[native, managed] Add test with separate process #10
Currently all the tests are running within the same process. Would be good to have some that use separate ones.