You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
There are several components that have Windows-specific implementation (e.g. thread pool, named events) which can be expanded with corresponding cross-platform versions.
The text was updated successfully, but these errors were encountered:
ara-ayvazyan
changed the title
Make the native part cross-platform.
[native] Make the native part cross-platform
Apr 26, 2017
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are several components that have Windows-specific implementation (e.g. thread pool, named events) which can be expanded with corresponding cross-platform versions.
The text was updated successfully, but these errors were encountered: