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()
Host = string()Port = pos_integer()
Generate client-worker-id from host and port
get_client_worker_id(Host, Port) -> atom()
Host = string() | atom()Port = pos_integer()
Retrieve client-worker's id by host and port
Generated by EDoc