v0.9.0
版本发布时间: 2019-12-20 19:29:33
actix/actix最新发布版本:actix_derive-v0.6.2(2024-09-13 04:20:46)
Changes
[0.9.0] 2019-12-20
Fixed
- Fix
ResolveFuture
type signature.
[0.9.0-alpha.2] 2019-12-16
Fixed
- Fix
Resolve
actor's panic
[0.9.0-alpha.1] 2019-12-15
Added
-
Added
Context::connected()
to check any addresses are alive -
Added
fut::ready()
future
Changed
-
Migrate to std::future, tokio 0.2 and actix-rt 1.0.0 @bcmcmill #300
-
Upgrade
derive_more
to 0.99.2 -
Upgrade
smallvec
to 1.0.0
Fixed
- Added
#[must_use]
attribute toActorFuture
andActorStream