https://issues.dlang.org/show_bug.cgi?id=19956
--- Comment #1 from anonymous4 <[email protected]> --- Nice; one reason why synchronized methods are now considered an antipattern in .net is because object's monitor is public and there's no way to restrict access to it, so it can accidentally end up being used in unrelated scenarios. --
