www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6953] New: std.concurrency needs more documentation

reply d-bugmail puremagic.com writes:
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



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: -------
Nov 15 2011
parent d-bugmail puremagic.com writes:
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



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: -------
Dec 11 2011