pocketmine\scheduler\GarbageCollectionTask::onRun PHP Method

onRun() public method

public onRun ( )
    public function onRun()
    {
        gc_enable();
        gc_collect_cycles();
    }
GarbageCollectionTask