git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338166 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2015-11-23 17:37:14 +00:00
parent 0b53ec8dfb
commit 6fea35d31f
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
&reftitle.intro;
<para>
pthreads is an Object Orientated API that allows user-land multi-threading in PHP.
It includes all the tools you need to create multi-threaded applications targeted at the Web or the Console.
It includes all the tools you need to create multi-threaded applications.
PHP applications can create, read, write, execute and synchronize with Threads, Workers and Threaded objects.
</para>
<para>

View file

@ -12,7 +12,7 @@
<section xml:id="threaded.intro">
&reftitle.intro;
<para>
Threaded objects form the basis of pthreads ability to execute user code asynchronously; they expose and include synchronization methods and various useful interfaces.
Threaded objects form the basis of pthreads ability to execute user code in parallel; they expose synchronization methods and various useful interfaces.
</para>
<para>
Threaded objects, most importantly, provide implicit safety for the programmer; all operations on the object scope are safe.