Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,我必须计算几个 scala 演员收到的消息数量(我使用所有演员作为同一个演员类的实例),并且还分别维护每个演员的计数。演员相互发送消息,一旦演员收到一定数量的消息,我应该停止演员之间的通信。有什么方法可以在scala中做到这一点?