elazar / asynchronous-php

List of resources for asynchronous programming in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presentation related to promises, generators and co-routines

evert opened this issue · comments

Is this interesting at all? I gave this talk at True North PHP this year:

https://github.com/evert/promises-and-generators

Most of the samples are agnostic to specific implementations, but I used/developed this as a super-simple implementation as well. If you'd like, I can turn this into a PR request. If not, no harm done!

Thanks!

Awesome 👍