Skip to content

Used the pthread_setcancelstate function to configure where the thread can be cancelled.

Sergi Hernandez requested to merge pthread_cancel into master

Added a mutex unlock in the exception catch in the thread to avoid blocking when an error occurs.

Merge request reports