saeedvaziry / laravel-async

Laravel Async
MIT License
129 stars 9 forks source link

[ASK} How this works? #7

Closed badarnento closed 3 months ago

badarnento commented 5 months ago

Hi your package so awesome, may i know how this works? as we know in laravel we are would like to use async we need use queue.

saeedvaziry commented 5 months ago

Hi @badarnento

LaravelAsync works with putting processes into the background on your OS.

It serializes your closures and sends it to an artisan command and puts the command itself into the background.

So simple!