Expand description
Structs§
- ActorId
- Identifies an actor within a process.
- Label
- An RFC 1035 label: 1–63 chars, lowercase ASCII alphanumeric plus
-, starting with a letter, ending with an alphanumeric character. - PortId
- Identifies a port on an actor.
- ProcId
- Identifies a process in the actor system.
Enums§
- IdParse
Error - Errors that can occur when parsing a
ProcIdorActorIdfrom a string. - Label
Error - Errors that can occur when constructing a
Label. - Uid
- A unique identifier: either a labeled singleton or a random instance.
- UidParse
Error - Errors that can occur when parsing a
Uidfrom a string.