Commit Graph

4 Commits

Author SHA1 Message Date
fakeshadow 0df09dc81d clean up actix-server code 2020-10-20 21:03:14 +08:00
fakeshadow 05d8551066 fix misplaced import.relax lifetime bound for actix-rt 2020-10-20 09:39:53 +08:00
fakeshadow 80098d2906 update mio for actix-server 2020-10-19 08:31:19 +08: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