Remove pthreads v2 content

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Punt 2017-08-06 08:53:28 +00:00
parent 39ef290847
commit 9f2cca73bd

View file

@ -90,11 +90,6 @@
</para>
</caution>
<para>
Method Modifiers:
The protected methods of Threaded Objects are protected by pthreads, such that only one context may call that method at a time.
The private methods of Threaded Objects can only be called from within the Threaded Object during execution.
</para>
<para>
Data Storage:
As a rule of thumb, any data type that can be serialized can be used as a member of a Threaded object, it can be read and written from any context with a reference to the Threaded Object.
Not every type of data is stored serially, basic types are stored in their true form.