November 15, 2011 [Issue 6953] New: std.concurrency needs more documentation | ||||
---|---|---|---|---|
| ||||
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@puremagic.com ReportedBy: andrej.mitrovich@gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@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: ------- |
December 11, 2011 [Issue 6953] std.concurrency needs more documentation | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=6953 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2011-12-11 14:03:33 PST --- https://github.com/D-Programming-Language/phobos/commit/93ccd0cfb3390d7840dff6bf6f563ac23cf93c87 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation