Content deleted Content added
m robot Adding: zh:对象池模式 |
Aaron Schulz (talk | contribs) m →Class diagram: rm broken link |
||
Line 23:
If the pool is used by multiple threads, it may need means to prevent parallel threads from grabbing and trying to reuse the same object in parallel. This is not necessary if the pooled objects are immutable or otherwise thread-safe.
== Criticism ==
|