An open API service indexing awesome lists of open source software.

https://github.com/nikic/ditaio

Cooperative task scheduler using coroutines
https://github.com/nikic/ditaio

Last synced: 10 months ago
JSON representation

Cooperative task scheduler using coroutines

Awesome Lists containing this project

README

          

Ditaio - Task scheduler using coroutines
========================================

This project implements a cooperative task scheduler using coroutines. The implementation is described in [this blog post][blog_post].

To try it out you will need a recent PHP 5.5 build (newer than alpha 2). Otherwise some parts like exception handling will not work.

Maybe I will develop this a bit further so it becomes actually usable.

[blog_post]: http://nikic.github.com/2012/12/22/Cooperative-multitasking-using-coroutines-in-PHP.html