Rpool π Go connection pool implemented by circular linked list(in go we call it ringπ) Basically it makes all connections in pool work simultaneously and it can be used to manage and reuse connections.