1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

add RcService type and rc_service construct function (#290)

This commit is contained in:
fakeshadow
2021-02-28 15:01:05 -08:00
committed by GitHub
parent 382830a37e
commit 9e2bcec226
3 changed files with 40 additions and 47 deletions

View File

@ -2,8 +2,10 @@
## Unreleased - 2021-xx-xx
* Add default `Service` trait impl for `Rc<S: Service>` and `&S: Service`. [#288]
* Add `boxed::rc_service` function for constructing `boxed::RcService` type [#290]
[#288]: https://github.com/actix/actix-net/pull/288
[#290]: https://github.com/actix/actix-net/pull/290
## 2.0.0-beta.4 - 2021-02-04