mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Mark AsyncPoolWorkerEntry as @internal
This commit is contained in:
parent
cbda24d77e
commit
9d9c628acd
@ -25,6 +25,9 @@ namespace pocketmine\scheduler;
|
|||||||
|
|
||||||
use function time;
|
use function time;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
final class AsyncPoolWorkerEntry{
|
final class AsyncPoolWorkerEntry{
|
||||||
|
|
||||||
public int $lastUsed;
|
public int $lastUsed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user