Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPP-70] Should we remove Async.AsyncChan #115

Open
qnikst opened this issue Jun 17, 2015 · 0 comments
Open

[DPP-70] Should we remove Async.AsyncChan #115

qnikst opened this issue Jun 17, 2015 · 0 comments

Comments

@qnikst
Copy link
Contributor

qnikst commented Jun 17, 2015

[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as DPP-70 on 2013-02-01 08:23:20]
AsyncChan is a bit of an aberration. You can use it just like AsyncSTM, but once you've obtained the result, it's not longer useful, because subsequent reads will block.

I think we should either think of a useful API for this - e.g,. a handle that can be used to refer to the results of multiple asynchronous tasks via a compositional API - or get rid of it altogether.

I'm open to suggestions here. If we do remove it, we can get rid of the abstraction layer in Async and pull AsyncSTM up.

@qnikst qnikst changed the title Should we remove Async.AsyncChan [DPP-70] Should we remove Async.AsyncChan Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant