pocketmine\scheduler\AsyncPool::getSize PHP Method

getSize() public method

public getSize ( )
    public function getSize()
    {
        return $this->size;
    }

Usage Example

コード例 #1
0
 public function getAsyncTaskPoolSize()
 {
     return $this->asyncPool->getSize();
 }