mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
minor change to Collectable introduction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334856 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3a1d52684b
commit
b71e04ef89
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@
|
|||
<section xml:id="collectable.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
Collectable objects are intended to be used by the Pool class, replacing Threaded objects as the unit of work, they provide methods to set and detect the collectability of an object.
|
||||
Represents a garbage-collectable object.
|
||||
</para>
|
||||
<para>
|
||||
Collectable objects are intended to be used by the <classname>Pool</classname> class,
|
||||
replacing <classname>Threaded</classname> objects as the unit of work.
|
||||
They provide methods to set and detect the collectability of an object.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue