Register a new name for a connection.
Associates name with conn in a process-local map. When the thread represented by conn terminates, any names associated with it will be automatically unregistered.
The name to associate with conn.
The connection to register.
true if the name is available and conn is not known to represent a defunct thread.
See Implementation
Register a new name for a connection.
Associates name with conn in a process-local map. When the thread represented by conn terminates, any names associated with it will be automatically unregistered.