Opening for tracking purposes.
I'm trying to update Deno to Tokio master branch (pending 0.2 release).
For know it seems we have two dependencies blocking the transition:
tokio-rustls - resources: clientTlsStream, serverTlsStream
reqwest - resource: httpBody
Problems are related to AsyncRead/AsyncWrite traits as well as fact that we create tls connections from TcpStream which is incompatible with master branch.
These two dependencies are in already in alpha (just like tokio) so I expect they should be release one after another in short period.
Opening for tracking purposes.
I'm trying to update Deno to Tokio
masterbranch (pending 0.2 release).For know it seems we have two dependencies blocking the transition:
tokio-rustls- resources:clientTlsStream,serverTlsStreamreqwest- resource:httpBodyProblems are related to
AsyncRead/AsyncWritetraits as well as fact that we create tls connections fromTcpStreamwhich is incompatible withmasterbranch.These two dependencies are in already in
alpha(just like tokio) so I expect they should be release one after another in short period.