mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
39ef290847
commit
9f2cca73bd
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue