PHP 8.3.31
Preview: Driver.php Size: 419 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Concurrency/Driver.php

<?php

namespace Illuminate\Contracts\Concurrency;

use Closure;
use Illuminate\Support\Defer\DeferredCallback;

interface Driver
{
    /**
     * Run the given tasks concurrently and return an array containing the results.
     */
    public function run(Closure|array $tasks): array;

    /**
     * Defer the execution of the given tasks.
     */
    public function defer(Closure|array $tasks): DeferredCallback;
}

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
419 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).