mirror of
https://github.com/danog/parallel.git
synced 2024-11-29 20:29:00 +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
|
||||
* maintained both in the context that creates the thread and in the thread
|
||||
* itself.
|
||||
*
|
||||
* @deprecated ext-pthreads development has been halted, see https://github.com/krakjoe/pthreads/issues/929
|
||||
*/
|
||||
final class Thread implements Context
|
||||
{
|
||||
|
@ -9,6 +9,8 @@ use function Amp\call;
|
||||
|
||||
/**
|
||||
* 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
|
||||
{
|
||||
|
@ -8,6 +8,8 @@ use Amp\Promise;
|
||||
|
||||
/**
|
||||
* 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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user