v0.8.1
版本发布时间: 2023-05-05 21:37:29
slawlor/ractor最新发布版本:v0.12.0(2024-10-04 22:31:32)
This release adds support for capturing the sent message upon message send failure. This is helpful, so you don't need to add clone support to message types everywhere. If the receiving actor is dead, the caller will be notified with a MessagingErr::SendErr(T)
so you can re-process the message if wanted.