Added missing PO templates

Also added some punctuation, grammar and style fixes to some RST files.
This commit is contained in:
Axel Pardemann
2016-09-22 11:30:07 -05:00
parent df64d6071c
commit 53bc377d88
45 changed files with 2429 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
`Pool`__
========
Purpose
-------
The **object pool pattern** is a software creational design pattern that
uses a set of initialized objects kept ready to use a "pool" rather
than allocating and destroying them on demand. A client of the pool will