Skip to content

feat: implement async interface for tcp stream

Bogdan Berezovskiy requested to merge bberezovskiy/async-tcp-stream into master

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

Merge request reports