One thing that’s slowed down examples is that 0.2 of both tokio and futures have been neigh for a bit, and are major refactoring. So I know I’ve been putting off writing stuff with them, at least, until they ship. Soon!
Heh, yeah, I just saw last night that the 0.2.0-alpha went up on docs.rs for the futures crate. I realize it’s probably a bit early for a “what has changed”, but are there any older “this is what we’re planning” blog post or an RFC of something around anywhere to see what the plan was for what’s changing?
This is about a month and a half old now, but it’s the most complete example of using futures/tokio stuff that I’ve seen yet.
One thing that’s slowed down examples is that 0.2 of both tokio and futures have been neigh for a bit, and are major refactoring. So I know I’ve been putting off writing stuff with them, at least, until they ship. Soon!
Heh, yeah, I just saw last night that the 0.2.0-alpha went up on docs.rs for the futures crate. I realize it’s probably a bit early for a “what has changed”, but are there any older “this is what we’re planning” blog post or an RFC of something around anywhere to see what the plan was for what’s changing?
Both tokio and futures have RFCs now. Here’s some links:
Thanks Steve. You, all by yourself, are seriously a significant part of what makes the rust community so great.
<3
I agree, I’ve been reading a lot about that recently and this example is very nice!