<?php namespace Illuminate\Events; use Closure; if (! function_exists('Illuminate\Events\queueable')) { /** * Create a new queued Closure event listener. * * @param \Closure $closure * @return \Illuminate\Events\QueuedClosure */ function queueable(Closure $closure) { return new QueuedClosure($closure); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CallQueuedListener.php | File | 3.65 KB | 0644 |
|
Dispatcher.php | File | 19.47 KB | 0644 |
|
EventServiceProvider.php | File | 556 B | 0644 |
|
InvokeQueuedClosure.php | File | 831 B | 0644 |
|
LICENSE.md | File | 1.05 KB | 0644 |
|
NullDispatcher.php | File | 3.05 KB | 0644 |
|
QueuedClosure.php | File | 2.64 KB | 0644 |
|
composer.json | File | 1.01 KB | 0644 |
|
functions.php | File | 362 B | 0644 |
|