How is the cost in terms of binary size nowadays? Last time I checked using Futures meant adding roughly 5MB to the binary. To me at least that is unacceptable, so I just rolled my own stuff on top of rayon's thread pools.
If the current version of rust is 1.34.1, and futures is stabilized, why not 1.35?<p>Not asking for this to happen, I am just curious about the stabilization/release process.
This should solve a major bottleneck for anyone doing network related applications. For now, you have to use an unstable API or a one that is deprecated.