micro-os-plus/micro-os-plus-iii

Avoid calling thread::kill() for destroyed threads

Closed this issue · 1 comments

ilg-ul commented

In a normal use case, during thread destruction, a debug message says already gone.

Do not call kill() in the destructor if it was already called explicitly.

ilg-ul commented

Fixed on 2023-05-31.