Dear Ming Lei: I just looked at your solution, which is to reset immediately after each IO is claimed. This solution can indeed effectively solve the blocking problem. However, if there is a task that is repeated and exactly the same, then the process may run repeatedly many times. Do you think we should add some logic to handle repeated tasks?
Reviewed-by: zhang, the-essence-of-life. -- the-essence-of-life

