|
PocketMine-MP 5.37.2 git-e507eb5e50da3ead3ae88ed2324df21e75820019
|
Collaboration diagram for pocketmine\scheduler\AsyncPoolWorkerEntry: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.