amphp / parallel

An advanced parallelization library for PHP, enabling efficient multitasking, optimizing resource use, and application responsiveness through multiple CPU threads.
MIT License
779 stars 64 forks source link

not able fetching multiple data from the different function using amphp/parallel #120

Closed Vivek787898 closed 1 year ago

Vivek787898 commented 4 years ago

How can i fetch data from diffrent function as i have to get the data from the function through 4,5 parallel request i am using laravel 5.4 and php 7.0

kelunik commented 4 years ago

Could you outline in pseudo code what you're looking for?