[Issue 4365] New: Shared receive for all waitable objects
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 22 03:04:30 PDT 2010
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: nobody at puremagic.com
ReportedBy: pjdeets2 at gmail.com
--- Comment #0 from Phil Deets <pjdeets2 at 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: -------
More information about the Digitalmars-d-bugs
mailing list