async icon indicating copy to clipboard operation
async copied to clipboard

Easily run code asynchronously

Results 24 async issues
Sort by recently updated
recently updated
newest added

👋 Hello there, We're parallelizing long-running tasks with the help of spatie/async and everything is going smoothly. - https://github.com/chesslablab/chess-server/issues/382 However, [src/Command/Data/AnnotationsGameAsyncTask.php](https://github.com/chesslablab/chess-server/blob/main/src/Command/Data/AnnotationsGameAsyncTask.php) seems to be failing silently when the output sent...

Error message: ``` unserialize(): Error at offset 0 of 23836 bytes in ParallelProcess.php:71 \danog\MadelineProto\Exception: unserialize(): Error at offset 0 of 23836 bytes in /Users/k1ttyf/Desktop/telegram-session-converter/vendor/spatie/async/src/Process/ParallelProcess.php:71 Revision: 8.2.0 TL Trace: exceptionErrorHandler(2,"unserialize(): Error...

Hi, I've been struggling to have async work in a Phar before I realize the child process is executed as a command like `php /path/to/project/vendor/spatie/async/src/Runtime/ChildRuntime.php ...` which cannot work when...