scala-gopher icon indicating copy to clipboard operation
scala-gopher copied to clipboard

Implementation of CSP constructions (Communication Sequence Process, i.e. go-like channels) in scala

Results 3 scala-gopher issues
Sort by recently updated
recently updated
newest added

This will prevent situation as in #20 (where all tests, running in parallel on overloaded machine can produce sporadic overflows)

Perhaps you can use staging to optimise. See: https://github.com/strymonas/staged-streams.scala

Is it possible to create remote channels?

enhancement