并发示例中参与者的不确定行为
我最近想尝试一下 Scala,于是我开始阅读 O'Reilly 的《Scala 编程》一书。我已经尝试过此页面的示例: http://programming-scala.labs.oreilly.com/ch01.html#ATasteOfConcurrency 每次运行 Shapes-actor-script 时都会得到不同的结果 - 有时只生成第一行输出,有时生成整个输出,有时根本没有输出。我正在使用 scala 2.7.7。
I've recently wanted to give Scala a try and I started by reading book 'Programming Scala' by O'Reilly. I've tried example from this page:
http://programming-scala.labs.oreilly.com/ch01.html#ATasteOfConcurrency
and I get different results each time I run the shapes-actor-script - sometimes only first line of output is produced, sometimes the whole output, sometimes no output at all. I am using scala 2.7.7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅演员可以Scala 无法处理消息? (O'Reilly 的《Scala 编程》中的示例)
See Can Actors in Scala fail to process messages? (example in O'Reilly's Programming Scala)