v0.10.0
版本发布时间: 2020-09-11 16:36:51
actix/actix最新发布版本:actix_derive-v0.6.2(2024-09-13 04:20:46)
Changed
-
SinkWrite::write
calls now send all items correctly using an internal buffer. #384 - Add
Sync
bound forBox<dyn Sender>
trait object that makingRecipient
aSend
+Sync
type. #403 - Update
parking_lot
to 0.11 #404 - Remove unnecessary
PhantomData
field fromRequest
making itSend + Sync
regardless ifRequest
's type-argument isSend
orSync
#407