laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.78k stars 296 forks source link

Coorutines not working with laravel swoole implementation. #346

Closed Spartaques closed 3 years ago

Spartaques commented 3 years ago

Description:

I have read book about Swoole php. So, i'm very interesting why i can't use coorutines inside laravel application? Without coorutines and async io all this functionality don't have any sense. Road runner works the same as current laravel swoole implementation...

I also have seen that coorutines are disabled in config by default image

There is any explanation about this, also about async IO. I'm confusing about this.

Steps To Reproduce:

driesvints commented 3 years ago

Coroutines aren't available yet at this moment.

Spartaques commented 3 years ago

There no any explanation why coorutines are not available at the moment? Maybe i can help implement this functionality.