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

Document implementing custom future. #42

Closed
kkimdev opened this issue Jan 16, 2017 · 1 comment
Closed

Document implementing custom future. #42

kkimdev opened this issue Jan 16, 2017 · 1 comment

Comments

@kkimdev
Copy link

kkimdev commented Jan 16, 2017

I think it's good to have a documentation on implementing a custom future. Especially because the current Future trait API is not exactly intuitive rust-lang/futures-rs#129. Let's come up with a good example usecase and document it.

@aturon
Copy link
Contributor

aturon commented Jan 17, 2017

Agreed, it'd be great to work through some concrete examples.

An easy route would be to take some of the built-in future combinators and tokio-core primitives, and walk through their implementation.

jefflembeck pushed a commit to jefflembeck/website that referenced this issue Apr 3, 2020
…tting-us-daily

[US Daily Data] Fix date formatting
carllerche added a commit that referenced this issue Jul 21, 2020
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

3 participants