Commit Graph

6 Commits

Author SHA1 Message Date
fakeshadow feac376c17
fix actix-tls build (#252) 2021-01-28 10:31:57 +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 (#248) 2021-01-23 01:33:50 +00:00
fakeshadow 0c12930796
update to tokio 1.0 for actix-rt (#236) 2020-12-28 01:40:22 +00:00
fakeshadow 518bf3f6a6
remove RUNNING Q PENDING thread locals from actix-rt (#207) 2020-12-26 23:26:02 +00:00
Jonathas-Conceicao 783880bb0a actix-rt: Add Arbiter::is_running helper and fix System::is_set doc
`Arbiter::is_running` can be used to check if the current even-loop is currently
running; which should also work after the system has stopped. `System::is_set`
was updated to reflect what it actually does, it tells if the event loop has
started, which alone can't tell if it has stopped.

Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
2020-04-05 21:00:54 -03:00