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.
与 NServiceBus、MSMQ 等基于消息的体系结构相比……有没有办法“恢复备份”F# 邮箱处理器的状态?
还是扩展 MailboxProcessor 以启用数据序列化的最佳实践?
例如,在某种硬件故障的情况下。
有没有办法“恢复备份”F# 邮箱处理器的状态?
不是内置的,但当然,您可以保存并重新加载。