Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

[native] Make the native part cross-platform #6

Open
ara-ayvazyan opened this issue Apr 26, 2017 · 1 comment
Open

[native] Make the native part cross-platform #6

ara-ayvazyan opened this issue Apr 26, 2017 · 1 comment

Comments

@ara-ayvazyan
Copy link
Contributor

There are several components that have Windows-specific implementation (e.g. thread pool, named events) which can be expanded with corresponding cross-platform versions.

@ara-ayvazyan ara-ayvazyan changed the title Make the native part cross-platform. [native] Make the native part cross-platform Apr 26, 2017
@edwardchanjw
Copy link

edwardchanjw commented May 19, 2018

The best case:
For C# part, run on .NET Core / Standard 2.0. (Two C# apps able to IPC each other)
For C++ part, compatible with Cross Platform (Two C++ apps able to IPC each other)
Eventually, C++ and C# inter-operable with each other on top on base Unix?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants