[Issue 6953] New: std.concurrency needs more documentation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 15 11:01:55 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6953
Summary: std.concurrency needs more documentation
Product: D
Version: D2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-11-15 11:01:07 PST ---
prioritySend, receive, receiveOnly are not documented at all (oddly enough they
are documented in TDPL..). There's also a List struct in the docs but it
doesn't say what it's for.
send() is poorly documented. It doesn't state what types you're allowed to
send, or what happens if you send a value to a Tid of a terminated thread.
There are no examples either. It's quite a contrast compared to how well
std.parallelism is documented.
--
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