Title
Conflict in specification: block or join?
Status
nad editorial
Section
[futures.async]
Submitter
INCITS

Created on 2010-08-25.00:00:00 last changed 163 months ago

Messages

Date: 2010-11-02.20:30:57

[ Resolution proposed by ballot comment: ]

Decide whether the requirement is to block until finished or to call join, and rewrite to match.

Date: 2010-11-02.20:30:57

Addresses US-205

[futures.async] p. 3: The third sentence says "If the invocation is not deferred, a call to a waiting function on an asynchronous return object that shares the associated asynchronous state created by this async call shall block until the associated thread has completed." The next sentence says "If the invocation is not deferred, the join() on the created thread..." Blocking until a thread completes is not necessarily a join.

History
Date User Action Args
2010-11-11 19:19:17adminsetstatus: open -> nad editorial
2010-11-02 20:30:57adminsetmessages: + msg5277
2010-10-24 03:04:13adminsetmessages: + msg4971
2010-08-25 00:00:00admincreate