feat: add try from std tcp stream for tcp stream to allow it to be created in...
Summary
Now there is no opportunity to create tcp::TcpStream without blocking TX thread, and also there is no available API to create tcp::TcpStream from already existing std::TcpStream.
This minor modification allows us to implement both of these functionalitiesю