示例#1
0
 /** Releases a connection from some obligation, therefore permitting it to be released. */
 private void releaseConnection(TCPConnection c) {
   synchronized (connection_pool) {
     c.removeLock();
   }
 }