mutex-trait
mutex-trait copied to clipboard
Low level API definition of a Mutex
There hasn’t been activity nor interest for a long time, but the description marks it as still maintained, which seems confusing. What’s the current status of this repo ?
After publishing the initial version, I noticed a few things: * The trait was, for some reason, designed to be implemented for references. This is very confusing and almost no...
I'm relatively new to Rust, and I've been going in circles trying to figure this out. The problem I'm having is implementing a trait with a function taking &self in...