1. task function request v2
- Posted by useless Sep 11, 2009
- 1051 views
- Last edited Sep 12, 2009
I was thinking it would be extremely nice if an application making use of tasks, didn't crash if one of the tasks crashed. I am thinking this may be possible, depending on how much of each task is separate from the others in the task stack space, and if the interpreter knows it's running a task above level 0 when it crashes.
useless