Skip to content

feature(network): AsyncRead for TcpStream

Егор Ивков requested to merge coio-async into master

AsyncRead for TcpStream based on coio. Using AsyncRead allows to get all the methods from AsyncReadExt for free.

Merge request reports