https://issues.dlang.org/show_bug.cgi?id=17115
Issue ID: 17115
Summary: [404 Not Found] std.concurrencybase
Product: D
Version: D2
Hardware: x86_64
URL: http://dlang.org/
OS: Linux
Status: NEW
Severity: minor
Priority: P3
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
https://dlang.org/phobos/std_concurrencybase.html does not exist but is still
shown as a valid module in https://dlang.org/phobos/.
https://dlang.org/library/std/concurrencybase.html *does* exist and has a
description of its purpose.
Two solutions (though there are probably more):
Either remove https://dlang.org/library/std/concurrencybase.html and remove all
references to concurrencybase
Or add https://dlang.org/phobos/std_concurrencybase.html
--