Some fixes to DPCoroutineStack:
commit85b6670c3b329269cf8924edf9151bcd345bfa12
authorOfri Wolfus <ofri@dpompa.com>
Sun, 5 Aug 2007 11:55:36 +0000 (5 14:55 +0300)
committerOfri Wolfus <ofri@dpompa.com>
Sun, 5 Aug 2007 11:55:36 +0000 (5 14:55 +0300)
tree4c7951ed09c813489db41ca4c5e6e896b07fd475
parent233bd2415bb301f2c2790ff6cbd55a2c4c91a6ca
Some fixes to DPCoroutineStack:

* Set the coroutine's parent when it's added to the stack. No need to do it before starting.
* Don't modify the current stack when processing.
* Don't signal for active routines which will cause threads to loop for no reason.
Source/DPCoroutine.m