When to use pthread_cancel and not pthread_kill?

Viewed 33663

When does one use pthread_cancel and not pthread_kill?

2 Answers
Related