Closed samdenty closed 1 year ago
pinging @Amanieu in case you didn't see it 🙂
LGTM, can you squash the commits?
@Amanieu squashed 🙏
I'm surprised worker names are used as an identifier here, worker names are not unique in any way and often left empty. So this deadlock detector will just not work most of the time.
Would a PR be acceptable that simply uses an atomic thread counter?
This adds deadlock_detector support for the WASM target.
Instead of
thread_id
I added a conditionalworker_name
field