pharo-contributions / taskit

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.
MIT License
43 stars 24 forks source link

service: Register completion handler before stopping #69

Closed zecke closed 4 years ago

zecke commented 4 years ago

Install the completion handler before requesting the worker/scheduler to stop. In theory it was possible for the recursive scheduling to finish without calling the completion handler.

zecke commented 4 years ago

@estebanlm PTAL

estebanlm commented 4 years ago

hi! why me and not @sbragagnolo ?

sbragagnolo commented 4 years ago

Thanks all!