Re: [PHP-DEV] PHP True Async RFC Stage 3

2025-04-16 Thread Levi Morrison
The link in Patches and Tests is currently giving a 404 Not Found. Can you update the link to your proof of concept implementation?

Re: [PHP-DEV] PHP True Async RFC Stage 3

2025-04-16 Thread Rowan Tommins [IMSoP]
On 16 April 2025 10:59:25 BST, Edmond Dantes wrote: >Good day, everyone. I hope you're doing well. > >I’d like to introduce the RFC for the True Async component. > >https://wiki.php.net/rfc/true_async > > This RFC will go to a vote in about two weeks. Hi Ed, I don't have time to dig into the

Re: [PHP-DEV] PHP True Async RFC Stage 3

2025-04-16 Thread Hans Henrik Bergan
is "True Async" a fancy way of saying multithreading? Seems like a threading api to me

[PHP-DEV] PHP True Async RFC Stage 3

2025-04-16 Thread Edmond Dantes
Good day, everyone. I hope you're doing well. I’d like to introduce the RFC for the True Async component. https://wiki.php.net/rfc/true_async This time the work took longer because I was exploring different architectural options and paid more attention to how it works in other languages. I was