Skip to main content

Module ids

Module ids 

Source
Expand description

Standardized test ID constructors. Standardized test ID constructors.

All functions prefix the name component with test_ so that test-originated IDs are distinguishable from production ones.

Functionsยง

test_actor_id
Create a test ActorAddr.
test_port_id
Create a test PortAddr.
test_proc_id
Create a test ProcAddr with a local channel address and name "test_{name}".
test_proc_id_with_addr
Create a test ProcAddr with a custom address and name "test_{name}".