2019·02·07 VilniusPHP

Coroutines in PHP

Go has Goroutines, while PHP has Coroutines: while PHP uses only a single processor thread, it is still possible to speed up. Covers yield generators, CURLOPT_WRITEFUNCTION, and asynchronous programming.

phpperformanceasync