mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-24 12:24:03 +00:00
AsyncTask: Deprecate methods removed in 2c4f2810d2654375c2b834fe12999b465bfa2caf
This commit is contained in:
parent
bb048fb361
commit
cb247a5f28
@ -127,6 +127,7 @@ abstract class AsyncTask extends Collectable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @see AsyncWorker::getFromThreadStore()
|
* @see AsyncWorker::getFromThreadStore()
|
||||||
*
|
*
|
||||||
* @param string $identifier
|
* @param string $identifier
|
||||||
@ -141,6 +142,7 @@ abstract class AsyncTask extends Collectable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @see AsyncWorker::saveToThreadStore()
|
* @see AsyncWorker::saveToThreadStore()
|
||||||
*
|
*
|
||||||
* @param string $identifier
|
* @param string $identifier
|
||||||
@ -154,6 +156,7 @@ abstract class AsyncTask extends Collectable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @see AsyncWorker::removeFromThreadStore()
|
* @see AsyncWorker::removeFromThreadStore()
|
||||||
*
|
*
|
||||||
* @param string $identifier
|
* @param string $identifier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user