Documentation for Pebble indicates threads created with a ThreadPool are cancellable
vstoleru-uipath opened this issue · 1 comments
vstoleru-uipath commented
The latest version of the documentation seems to indicate that the schedule
method of the ThreadPool
object returns a ProcessFuture, which can be cancelled.
This is not the case with the current implementation and with the fact that Python does not support cancelling threads as-is (as you guys have already mentioned here).
noxdafox commented
Hello,
issue fixed. Thanks for reporting.