Hacker News new | ask | show | jobs
by eyeris 592 days ago
Where did the steal method come from? Haven’t done much locking, but I haven’t ever seen lock stealing before
1 comments

"steal" referres to "acquire unsafely"

Never seen it before for locks, but I guess it's to deal with some bugs caused from some other code running from that origin.