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.
发送给 gpars actor 的消息是否被复制或引用?如果我发送一个包含二进制数据的缓冲输出流,它是正确引用的,还是被复制的?字符串或其他类型的数据如何工作?演员是否有某种消息队列? 谢谢。
它们被引用。GPars 参与者不会自动创建已发送消息的副本。