On Friday, 10 July 2015 at 23:39:30 UTC, ketmar wrote:
this way your `receive` will get all messages. simply do nothing in `Variant` handler to drop messages you don't want to process.


[1] http://dlang.org/phobos/std_concurrency.html#.receive

The thing is, I want to do receive() in two separate places, and I want each receive() call to leave the other's messages alone, not drop them.

Reply via email to