On Tuesday, 18 September 2018 at 17:20:26 UTC, Atila Neves wrote:
I was envious of std::sync::Mutex from Rust and thought: can I use DIP1000 to make this work in D and be @safe? Turns out, yes.

Beautiful! The only current downside, is the fact the application using that library has to be compiled with -dip1000 if I'm not wrong?

Reply via email to