5 ms·
Is it just me or is the example they use for the locking extremely badly implemented? Why would one ever result at that methodology?
by hanselot 4mo ago
Is it just me or is the example they use for the locking extremely badly implemented?
Why would one ever result at that methodology?
- rirze 4mo agoIt's researchers trying to contrive an example for why their research effort deserves a budget every year. Of course their example will be detached from reality. But it doesn't matter.
- traderj0e 4mo agoThe nested `with`s are weird, but otherwise what would you do differently? Seems like a standard pattern. I still don't really see behaviors helping with this. Like yeah you avoid deadlocking, but now you're abstracting away mutexes :S