August 02, 2019
https://issues.dlang.org/show_bug.cgi?id=20097

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tchaloupka created dlang/phobos pull request #7122 "Fix issue 20097" fixing this issue:

- Fix issue 20097
  Allow SysTime to be sendable with std.concurrency.send

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

--
August 04, 2019
https://issues.dlang.org/show_bug.cgi?id=20097

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 #7122 "Fix issue 20097" was merged into master:

- 267c2aa7ea7c753c5a1c518f42db1697aa1e45f0 by Tomáš Chaloupka:
  Fix issue 20097
  Allow SysTime to be sendable with std.concurrency.send

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

--