---
type: "Talk"
title: "Coroutines in PHP"
description: "Coroutines in PHP"
resource: "https://aurelijus.banelis.lt/en/talks/coroutines-php/"
timestamp: "2019-02-07"
tags:
  - "php"
  - "performance"
  - "async"
  - "VilniusPHP"
lang: "en"
date: "2019-02-07"
---


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.
