rssh / scala-gopher

Implementation of CSP constructions (Communication Sequence Process, i.e. go-like channels) in scala
Apache License 2.0
199 stars 7 forks source link

Remote channels #8

Open cnsgcu opened 9 years ago

cnsgcu commented 9 years ago

Is it possible to create remote channels?

rssh commented 9 years ago

Now - not. From other time, extending to remote case was planned from the beginning, so infrastructure is 'remote-aware'. (It is needed to write layer which will hold functions, waiting for the remote arguments).