[Issue 13916] Nested std.concurrency.receive doesn't work correctly

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jan 14 14:16:07 PST 2015


https://issues.dlang.org/show_bug.cgi?id=13916

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
You'd need to change the onStandardMessage function to remove the value from
the list before instead of after dispatching it to the handler.
https://github.com/D-Programming-Language/phobos/blob/fc132046bf0dc6efcb1ee40833fd1896cbdd3324/std/concurrency.d#L1956

--


More information about the Digitalmars-d-bugs mailing list