Re: [PATCH] run_processes_parallel: change confusing task_cb convention

2017-07-19 Thread Stefan Beller
On Wed, Jul 19, 2017 at 7:56 AM, Johannes Schindelin wrote: > By declaring the task_cb parameter of type `void **`, the signature of > the get_next_task method suggests that the "task-specific cookie" can be > defined in that method, and the signatures of the start_failure and of > the task_finish

[PATCH] run_processes_parallel: change confusing task_cb convention

2017-07-19 Thread Johannes Schindelin
By declaring the task_cb parameter of type `void **`, the signature of the get_next_task method suggests that the "task-specific cookie" can be defined in that method, and the signatures of the start_failure and of the task_finished methods declare that parameter of type `void *`, suggesting that t