| 
    PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
    
   | 
 
 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.