swooletw / laravel-swoole

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
MIT License
4.04k stars 390 forks source link

Can i use Coroutine in laravel swoole? #500

Closed ilbeygi closed 3 years ago

ilbeygi commented 3 years ago

Hi

I want use coroutine in laravel swoole.

I google this, But don't found any solution.

please help me.

tanks.

Arkanius commented 3 years ago

@ilbeygi Hi!

It isn't recomended. Laravel's environment isn't prepared for coroutines. I recommend you to take a look at [hyperf. This framework implements full "power" of swoole