summaryrefslogtreecommitdiffstats
path: root/src/coroutine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add license headers.Christian Kamm2010-03-261-0/+29
* Store the root coroutine in its own QThreadStorage to guarantee deletion.Christian Kamm2010-03-261-0/+7
* Add notes about the 'root' coroutine in the docs.Christian Kamm2010-03-261-1/+8
* Rename _previousCoroutine -> _caller.Christian Kamm2010-03-261-6/+6
* Fix example in documentation.Christian Kamm2010-03-261-2/+2
* More documentation work: add a docs make target.Christian Kamm2010-03-261-7/+8
* More documentation.Christian Kamm2010-03-261-10/+36
* Documentation.Christian Kamm2010-03-261-2/+32
* Create a default stack if the user doesn't.Christian Kamm2010-03-261-10/+17
* Separate stack creation from construction.Christian Kamm2010-03-261-19/+31
* Documentation updates.Christian Kamm2010-03-261-4/+22
* Use function binding generator from QtConcurrent.Christian Kamm2010-03-261-19/+17
* Rename Fiber -> Coroutine.Christian Kamm2010-03-261-0/+127