Co-operative Multitasking with Generators

Comments

Comments are closed.

Anonymous at 09:07 on 22 Oct 2015

Best talk of zendcon 2015!

One of the best talks at the conference. Really interesting subject, great examples and a good morning exercise

Anonymous at 09:57 on 22 Oct 2015

Most of the time I was like "whaaaaaat is happening?" - but great talk. a lot of new stuff learned. thanks!

Anonymous at 10:11 on 22 Oct 2015

Too much code to just watch, I need the slides

Anonymous at 11:05 on 22 Oct 2015

More Adventure Time content please. Sry 4 no rl f3dbak

Anonymous at 12:28 on 22 Oct 2015

Great explanation of generators, and how to use them to write asynchronous code. Your presentation was so entertaining :) The volunteer bubble sort was great.

very cool concept. Great job

Great talk. Explained some relatively new (or atleast new to php) Advanced programming patterns. Even though the subject matter was more advanced the examples and descriptions were easy to follow and understand.

I had trouble seeing how genreators and coroutines would be useful in specifically PHP due to the fact that it is a very syncrhonus interpreter, but Christopher made some good cases and showed pratically how you would use both generators and coroutines.

Showed some awesome ways to make use of yield looks like coroutines will rock for PHP.