feat: implement async interface for tcp stream
Summary
Closes #227 (closed)
Added async connect methods for TcpStream
so we can not block current fiber.
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriate Cargo.toml
files
Edited by Bogdan Berezovskiy