PocketMine-MP 5.35.1 git-e32e836dad793a3a3c8ddd8927c00e112b1e576a
|
Public Member Functions | |
__construct (public readonly AsyncWorker $worker, public readonly int $sleeperNotifierId) | |
submit (AsyncTask $task) | |
Public Attributes | |
int | $lastUsed |
SplQueue | $tasks |
Definition at line 31 of file AsyncPoolWorkerEntry.php.
pocketmine\scheduler\AsyncPoolWorkerEntry::__construct | ( | public readonly AsyncWorker | $worker, |
public readonly int | $sleeperNotifierId ) |
Definition at line 40 of file AsyncPoolWorkerEntry.php.
pocketmine\scheduler\AsyncPoolWorkerEntry::submit | ( | AsyncTask | $task | ) |
Definition at line 48 of file AsyncPoolWorkerEntry.php.
int pocketmine\scheduler\AsyncPoolWorkerEntry::$lastUsed |
Definition at line 33 of file AsyncPoolWorkerEntry.php.
SplQueue pocketmine\scheduler\AsyncPoolWorkerEntry::$tasks |
Definition at line 38 of file AsyncPoolWorkerEntry.php.