Does C# Support CSP (Communication Sequential Process)? #98747
Unanswered
sajjadsaharkhan
asked this question in
Q&A
Replies: 2 comments
-
There was built-in remoting in .NET framework, but then abandoned due to security risk: the remote peer can be arbitrary and malicious. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am looking for this too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In golang we have a concept that allows to transfer data between process concurrently or In parallel.
Communicating Sequential Processes
In C# we have a data type called Channel that allows us to transfer data between some
Task
is it really CSP?Beta Was this translation helpful? Give feedback.
All reactions