At the moment, there are collections to track the disposal of JDBC resources (Connection, Statement, ResultSet).
Since Agroal has wrapper objects to track the life-cycle of JDBC resources already, improve efficiency by having the wrappers implement a linked list by themselves.
These list implementation must guarantee that it's safe under concurrent access, as a safeguard for concurrent access to the connection.