mythos
mythos copied to clipboard
spin locks should give up after some time
https://github.com/ManyThreads/mythos/blob/d2341f76a8e51d64f0bd887193fde6f54341a732/kernel/objects/capability-spinning/objects/RevokeOperation.cc#L38
By principle, loops like this should give up after some time and just let the function fail...