zacharygolba / via

A multi-threaded async web framework for people who appreciate simplicity.
Apache License 2.0
1 stars 0 forks source link

feat(via): work in progress mutex wrapper around TcpStream #15

Closed zacharygolba closed 1 month ago

zacharygolba commented 1 month ago

An of IoStream that uses a Mutex to uphold the safety requirements expressed in the comments of the unsafe blocks in the poll_read implementation.