Go Pool: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * The <tt>sync</tt> Package =Overview=")
 
Line 2: Line 2:
* [[Go_Package_sync#Pool|The <tt>sync</tt> Package]]
* [[Go_Package_sync#Pool|The <tt>sync</tt> Package]]
=Overview=
=Overview=
<code>Pool</code> is a concurrent-safe implementation of the object pool pattern.

Revision as of 00:05, 21 January 2024

Internal

Overview

Pool is a concurrent-safe implementation of the object pool pattern.