http://d.puremagic.com/issues/show_bug.cgi?id=4365

           Summary: Shared receive for all waitable objects
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: pjdee...@gmail.com


--- Comment #0 from Phil Deets <pjdee...@gmail.com> 2010-06-22 03:04:28 PDT ---
I would like the ability to have the same thread block on a socket and block on
cross-thread messages at the same time. Currently, the receive function in
std.concurrency and the receive function in std.socket are not tied together at
all, so I don't think this is possible without modification to the standard
library.

Thanks,
Phil Deets

Disclaimer: I work for Microsoft, but I am not representing them in any way by
this post.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to