1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-04-03 00:15:32 +02:00

90 Commits

Author SHA1 Message Date
Rob Ede
8d5d1dbf6f
bump MSRV to 1.65 () 2023-07-17 03:05:39 +01:00
Juan Aguilar Santillana
dde38bbe06
remove unnecessary Pin in poll_recv calls () 2023-01-02 13:36:46 +00:00
Rob Ede
4c1e581a54
add track_caller atrtibute to spawn calls ()
* add track_caller attribute to spawn calls

* fix ci
2022-04-25 21:05:48 +01:00
Rob Ede
dc67ba770d
fmt with import grouping 2022-04-10 02:48:53 +01:00
Rob Ede
e92b5aaf31
expose with_tokio_rt () 2021-12-27 16:00:26 +00:00
Rob Ede
90f205a465
standardize crate level lints 2021-12-08 06:09:46 +00:00
Rob Ede
de5908bfe7
tls doc updates 2021-11-28 00:56:15 +00:00
Rob Ede
233c61ba08
remove dead code 2021-11-21 23:29:25 +00:00
Luca Bruno
ce8ec15eaa
system: run and return exit code on stop ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-11-15 18:49:02 +00:00
Rob Ede
5b537c7b10
actix-rt-less () 2021-11-04 20:30:43 +00:00
fakeshadow
a1d15f2e08
minimal support of System type with io-uring () 2021-10-21 11:04:51 +01:00
Rob Ede
ca77d8d835
split -server and -tls msrv and raise to 1.52 () 2021-10-19 14:53:42 +01:00
fakeshadow
6fed1c3e7d
add support for io-uring ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-11 02:58:11 +01:00
Ibraheem Ahmed
2b1edb95ea
spawn should allow futures with non-unit outputs ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-09-01 21:51:03 +01:00
Rob Ede
3cf1c548fd
prepare actix-rt release 2.2.0 2021-03-29 06:57:14 +01:00
fakeshadow
12d3942b98
Remove unused types in actix-tls. Add ActixStream impl for Box<dyn Ac… () 2021-03-26 13:03:03 +00:00
fakeshadow
0c73f13c8b
ActixStream readiness methods return Ready object () 2021-03-23 05:50:48 +00:00
fakeshadow
c3be839a69 add local_addr binding to connector service 2021-02-24 01:13:17 +08:00
Rob Ede
7e483cc356
tweak task and stream docs 2021-02-20 17:34:04 +00:00
fakeshadow
75d7ae3139
add actix stream trait () 2021-02-20 17:25:22 +00:00
Rob Ede
32543809f9
add System::try_current () 2021-02-06 22:45:03 +00:00
Rob Ede
eb4d29e15e
add arbiter handle assoc fn ()
* add arbiter handle assoc fn
2021-02-06 22:27:56 +00:00
Riley
9d0901e07f
actix-rt: expose JoinError () 2021-02-06 15:50:38 +00:00
Rob Ede
4ec358575e
prepare actix-rt v2.0.0 release () 2021-02-03 10:25:31 +00:00
Rob Ede
66bd5bf4a2
prepare macros v0.2.0 release () 2021-02-02 02:07:58 +00:00
Rob Ede
057e7cd7c9
prepare rt v2.0.0-beta.3 2021-01-31 05:19:30 +00:00
Rob Ede
0b656f51e1
deprecate rt TLS item storage 2021-01-31 04:48:03 +00:00
Rob Ede
0eb68d1c7b
Revert "remove arbiter TLS item storage"
This reverts commit 3e6f69885cbcca4d9516d50f958c95a237e75ce8.
2021-01-31 04:45:27 +00:00
Rob Ede
3e6f69885c
remove arbiter TLS item storage 2021-01-31 04:43:35 +00:00
Rob Ede
2fa60b07ae
prevent arbiter leaks by waiting for registration 2021-01-31 04:41:28 +00:00
Rob Ede
b75254403a
remove builder and introduce worker handle () 2021-01-31 03:34:07 +00:00
Rob Ede
1b35ff8ee6
express spawn fn as spawn fut () 2021-01-29 15:16:30 +00:00
Rob Ede
2924419905
prevent spawn_fn panic bubbling () 2021-01-29 14:16:10 +00:00
Rob Ede
6b86b5efc5
rename arbiter to worker () 2021-01-29 04:08:14 +00:00
Rob Ede
ba39c8436d
remove tokio runners () 2021-01-29 02:21:06 +00:00
Rob Ede
45edff625e
add rt tests and doc tests 2021-01-26 09:46:14 +00:00
fakeshadow
874e5f2e50
change default name resolver and allow custom resolvers () 2021-01-23 01:33:50 +00:00
Rob Ede
6edf9b8278
prepare rt 2.0.0-beta.2 release 2021-01-09 15:12:59 +00:00
Rob Ede
f751cf5acb
use convert err on forward_ready! () 2021-01-09 14:13:16 +00:00
fakeshadow
a1982bdbad
add actix-rt::task () 2021-01-03 18:16:57 +00:00
Rob Ede
f48e3f4cb0
prepare release for rt and service 2020-12-28 01:58:31 +00:00
fakeshadow
0c12930796
update to tokio 1.0 for actix-rt () 2020-12-28 01:40:22 +00:00
fakeshadow
518bf3f6a6
remove RUNNING Q PENDING thread locals from actix-rt () 2020-12-26 23:26:02 +00:00
Aravinth Manivannan
b296d0f254
Intradoc links conversion ()
* intra doc conversion

* rm trailing blank comment
2020-12-14 08:22:30 +00:00
Juan Aguilar
02a902068f
Refactor LocalWaker () 2020-12-13 19:26:57 +00:00
Rob Ede
4e43216b99
standardise compiler lints across all crates () 2020-12-12 23:24:00 +00:00
fakeshadow
e0dd2a3d76
remove actix-threadpool re-export from actix-rt () 2020-11-24 17:03:09 +00:00
Rob Ede
59e976aaca
address clippy error () 2020-11-24 16:35:47 +00:00
Igor Aleksanov
b7a9cb7bb4
actix-rt: Make the process of running System in existing Runtime more clear () 2020-09-06 11:01:24 +01:00
Jonathas-Conceicao
6906f25e01 actix-rt: Set threshold size for arbiter's pending futures list
Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
2020-04-16 03:12:05 -03:00