October 29, 2023
https://issues.dlang.org/show_bug.cgi?id=24207

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@schveiguy created dlang/phobos pull request #8834 "make std.parallelism.AbstractTask inaccessible" fixing this issue:

- Fix issue 24207 - make AbstractTask private so it's not inadvertently
  accessible to users of Task.

https://github.com/dlang/phobos/pull/8834

--
October 29, 2023
https://issues.dlang.org/show_bug.cgi?id=24207

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8834 "make std.parallelism.AbstractTask inaccessible" was merged into master:

- 0ec4f471307251eca0b4ffe6b1969e05366a2b9b by Steven Schveighoffer:
  Fix issue 24207 - make AbstractTask private so it's not inadvertently
  accessible to users of Task.

https://github.com/dlang/phobos/pull/8834

--