From 9f2cca73bd424e044318d2e0ec8dfcb24b1c7fe4 Mon Sep 17 00:00:00 2001 From: Thomas Punt Date: Sun, 6 Aug 2017 08:53:28 +0000 Subject: [PATCH] Remove pthreads v2 content git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342785 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pthreads/book.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/reference/pthreads/book.xml b/reference/pthreads/book.xml index ece0cfcfa4..c7a024275a 100644 --- a/reference/pthreads/book.xml +++ b/reference/pthreads/book.xml @@ -90,11 +90,6 @@ - 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. - - 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.