Rob Ede
6112a47529
update local deps
2021-01-09 15:19:16 +00:00
Rob Ede
f751cf5acb
use convert err on forward_ready! ( #246 )
2021-01-09 14:13:16 +00:00
Rob Ede
5285656bdc
prepare next beta releases
2021-01-03 04:39:37 +00:00
Rob Ede
a09f9abfcb
prepare utils release 3.0.0-beta.1
2020-12-28 03:32:28 +00:00
fakeshadow
2ee8f45f5d
update actix-codec and actix-utils to tokio 1.0 ( #237 )
2020-12-28 03:16:37 +00:00
Rob Ede
8a58a341a4
service improvements ( #233 )
2020-12-27 14:15:42 +00:00
Rob Ede
3ab8c3eb69
service trait takes request type parameter ( #232 )
2020-12-27 04:28:00 +00:00
fakeshadow
43ce25cda1
Remove unused mods in actix-utils ( #229 )
2020-12-26 21:27:59 +00:00
Juan Aguilar
02a902068f
Refactor LocalWaker ( #224 )
2020-12-13 19:26:57 +00:00
Rob Ede
4e43216b99
standardise compiler lints across all crates ( #226 )
2020-12-12 23:24:00 +00:00
ghizzo01
704af672b9
Bump pin-project to 1.0 ( #202 )
2020-10-25 19:42:40 +09:00
Rob Ede
d28687d0d7
promote codec/utils out of beta ( #184 )
2020-08-24 09:18:37 +01:00
Rob Ede
27c6be9881
remove unused type parameter from Framed::replace_codec ( #183 )
2020-08-20 00:30:26 +01:00
Rob Ede
119dc39f5b
prepare codec and utils betas ( #182 )
2020-08-19 11:00:12 +01:00
Rob Ede
b3010c13e0
solve framed integration with actix-http ( #179 )
2020-08-18 23:27:37 +01:00
Rob Ede
fb098536ee
bump MSRV to 1.42 ( #180 )
2020-08-17 15:37:57 +01:00
Yuki Okushi
0dca1a705a
actix-utils: Remove unsound custom Cell as well ( #161 )
2020-07-22 01:14:32 +01:00
Rob Ede
334c98575a
Upgrade tokio utils to 0.3 ( #138 )
2020-07-20 05:44:26 +09:00
Yuki Okushi
10b4c30a06
Use OR
instead of deprecated /
in license field ( #155 )
2020-07-14 11:11:30 +01:00
Taiki Endo
9528df4486
Remove uses of pin_project::project attribute
...
pin-project will deprecate the project attribute due to some unfixable
limitations.
Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-06 06:42:45 +09:00
Yuki Okushi
e6b6f08369
actix-utils: Minimize futures-*
dependencies
2020-03-12 07:13:32 +09:00
Aaron Hill
c41b5d8dd4
Replace calls to Pin::new_unchecked
with pin_project
.
...
This is a breaking change, as it changes some public methods to take
`Pin<&mut Self>` rather than `&mut self`.
This brings these methods into line with `Stream::poll_next`, which also
takes a `Pin<&mut Self>`
2020-03-04 12:08:52 -05:00
Yuki Okushi
d5a6c83207
Suppress/fix clippy warnings
2020-01-29 12:05:55 +09:00
Nikolay Kim
3551d6674d
Add Clone impl for condition::Waiter
2020-01-08 11:18:56 +06:00
Nikolay Kim
9f00daea80
add Condition and Pool
2020-01-08 10:59:27 +06:00
Nikolay Kim
05549f0b42
Add methods to check LocalWaker registration state
2019-12-20 09:13:11 +06:00
Nikolay Kim
33fd6adc11
better InOrder test
2019-12-12 06:56:45 +06:00
Nikolay Kim
4305cdba2c
Revert InOrder service changes
2019-12-11 23:10:02 +06:00
Nikolay Kim
52ecb4bcc5
Add oneshot::Sender::is_canceled() method
2019-12-11 20:52:57 +06:00
Nikolay Kim
b28f32e82c
Allow to create framed::Dispatcher with custom mpsc::Receiver
2019-12-11 20:23:14 +06:00
Nikolay Kim
8bb81c0768
optimize InOrder service
2019-12-11 18:55:53 +06:00
Nikolay Kim
dded482514
allow to close mpsc sender
2019-12-11 14:36:00 +06:00
Nikolay Kim
631cb86947
refactor framed and stream dispatchers
2019-12-11 12:42:07 +06:00
Nikolay Kim
2e5e69c9ba
Simplify oneshot and mpsc implementations
2019-12-11 11:28:09 +06:00
Nikolay Kim
e315cf2893
prep actix-rt release; update deps
2019-12-11 10:34:50 +06:00
Nikolay Kim
25012d290a
update actix-codec dependencies
2019-12-11 10:23:01 +06:00
Nikolay Kim
1ad0bbfb7f
rename fn service helpers
2019-12-08 19:05:05 +06:00
Nikolay Kim
fc0825fcdd
update tokio to 0.2.4
2019-12-07 10:15:26 +06:00
Nikolay Kim
cbdbc05dbd
update tokio verion and prep alpha3 release
2019-12-07 09:57:43 +06:00
Nikolay Kim
3a858feaec
migrate to tokio 0.2.2
2019-12-05 16:40:24 +06:00
Nikolay Kim
6f41b80cb4
optimize service combinators memory layout
2019-12-05 12:37:26 +06:00
Nikolay Kim
c6eb318536
Fix low/high watermark for write/read buffers; fix oneshot impl
2019-12-05 01:36:31 +06:00
Nikolay Kim
9f575418c1
clippy warnings
2019-12-02 22:30:09 +06:00
Nikolay Kim
9ed35cca7a
use owned value for service factory config
2019-12-02 21:27:48 +06:00
Nikolay Kim
9fbe6a1f6d
refactor server configuration and tls support
2019-12-02 11:30:27 +06:00
Nikolay Kim
bec4efc699
add extra methods to pipeline
2019-11-29 13:51:00 +06:00
Nikolay Kim
5e5ae2ddec
restore stream dispatcher
2019-11-29 10:41:09 +06:00
Nikolay Kim
52d03fa18c
use actix deps instead of tokio
2019-11-26 08:26:22 +06:00
Nikolay Kim
4ceac79f2c
add test and main macros
2019-11-25 21:49:11 +06:00
Nikolay Kim
1fddd1e75b
renamed boxed service
2019-11-25 18:18:00 +06:00