D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6953 - std.concurrency needs more documentation
Summary: std.concurrency needs more documentation
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other All
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-15 11:01 UTC by Andrej Mitrovic
Modified: 2011-12-11 14:03 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andrej Mitrovic 2011-11-15 11:01:07 UTC
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.