Expand description
Proc actor manages a proc. It works in conjunction with a
super::system_actor::SystemActor
. Proc actors are usually spawned
as the “agent” to manage a proc directly.
Structs§
- Bootstrapped
Proc - Outputs from bootstrapping proc.
- Proc
Actor - ProcActor manages a single proc. It is responsible for managing the lifecycle of all of the proc’s actors, and to route messages accordingly.
- Proc
Actor Params - Parameters for managing the proc.
- Proc
Snapshot - A snapshot of the proc.
- Proc
Stop Result - The result after stopping the proc.
- Stack
Trace - A stack trace of the proc. Wrapper to dervice Named.
Enums§
- Environment
- All setup parameters for an actor within a proc actor.
- Proc
Message - Proc management messages.
- Proc
State - The state of the proc.
- PySpy
Config - Remote py-spy dump configuration.
Traits§
- Proc
Message Client - The custom client trait for this message type.
- Proc
Message Handler - The custom handler trait for this message type.
Functions§
- spawn
- Convenience utility to spawn an actor on a proc. Spawn returns with the new ActorRef on success.