Skip to content

Provide an atomic Task cell #361

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

Closed
carllerche opened this issue Jan 18, 2017 · 4 comments
Closed

Provide an atomic Task cell #361

carllerche opened this issue Jan 18, 2017 · 4 comments

Comments

@carllerche
Copy link
Member

Right now, a number of communication structures require a mutex to store the task handle. It would be nice if there were some kind of atomic Task cell that could be used instead.

I'm not sure if this is possible (most likely not easy), but I am creating the issue to track the feature request.

@alexcrichton
Copy link
Member

Currently available at https://github.com/carllerche/futures-broadcast/blob/master/src/atomic_task.rs, we can probably clean up slightly and move in here

@alexcrichton
Copy link
Member

This is being added in #436

@carllerche
Copy link
Member Author

carllerche commented Apr 11, 2017 via email

@alexcrichton
Copy link
Member

Provided in #550

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

2 participants