mythos icon indicating copy to clipboard operation
mythos copied to clipboard

spin locks should give up after some time

Open rottaran opened this issue 5 years ago • 0 comments

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...

rottaran avatar Feb 25 '21 15:02 rottaran