Module actix::actors

source ·
Expand description

Helper actors

Modules

Mocking utility actor This actor wraps any actor, and replaces instances of that actor with mocker actor, which is able to accept all messages which the actor can receive.
DNS resolver and connector utility actor
An actor implementation of Unix signal handling