async-rs / async-tls

A TLS implementation over AsyncRead and AsyncWrite
https://async.rs
Apache License 2.0
167 stars 47 forks source link

fix: expose intermediate future types #14

Closed yoshuawuyts closed 4 years ago

yoshuawuyts commented 4 years ago

Exposes the intermediate futures. Was looking at the docs, and was confused about the anonymous types returned by connect / accept. This should make it a lot clearer. Thanks!