|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
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.