References
| create_client_worker_id/2 | Generate client-worker-id from host and port. |
| get_client_worker_id/2 | Retrieve client-worker's id by host and port. |
create_client_worker_id(Host, Port) -> string()
Generate client-worker-id from host and port
get_client_worker_id(Host, Port) -> atom()
Retrieve client-worker's id by host and port
Generated by EDoc