mirror of
https://github.com/danog/parallel.git
synced 2024-12-02 09:37:57 +01:00
Deprecate classes using ext-pthreads
See https://github.com/krakjoe/pthreads/issues/929
This commit is contained in:
parent
d6f29249db
commit
72dd3a495f
@ -17,6 +17,8 @@ use function Amp\call;
|
|||||||
* The thread context is not itself threaded. A local instance of the context is
|
* The thread context is not itself threaded. A local instance of the context is
|
||||||
* maintained both in the context that creates the thread and in the thread
|
* maintained both in the context that creates the thread and in the thread
|
||||||
* itself.
|
* itself.
|
||||||
|
*
|
||||||
|
* @deprecated ext-pthreads development has been halted, see https://github.com/krakjoe/pthreads/issues/929
|
||||||
*/
|
*/
|
||||||
final class Thread implements Context
|
final class Thread implements Context
|
||||||
{
|
{
|
||||||
|
@ -9,6 +9,8 @@ use function Amp\call;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A thread-safe container that shares a value between multiple threads.
|
* A thread-safe container that shares a value between multiple threads.
|
||||||
|
*
|
||||||
|
* @deprecated ext-pthreads development has been halted, see https://github.com/krakjoe/pthreads/issues/929
|
||||||
*/
|
*/
|
||||||
final class ThreadedParcel implements Parcel
|
final class ThreadedParcel implements Parcel
|
||||||
{
|
{
|
||||||
|
@ -8,6 +8,8 @@ use Amp\Promise;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A worker thread that executes task objects.
|
* A worker thread that executes task objects.
|
||||||
|
*
|
||||||
|
* @deprecated ext-pthreads development has been halted, see https://github.com/krakjoe/pthreads/issues/929
|
||||||
*/
|
*/
|
||||||
final class WorkerThread extends TaskWorker
|
final class WorkerThread extends TaskWorker
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user