2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-30 12:11:26 +00:00
async-std/src/os
Erick Tryzelaar c4e181cfe1 Change Incoming impls to only do one allocation
This modifies net::tcp::Incoming and os::net::unix::Incoming to only do
one allocation, rather than an allocation for each connection.
2021-03-31 11:27:50 -07:00
..
unix Change Incoming impls to only do one allocation 2021-03-31 11:27:50 -07:00
windows Attempt 2 at fixing docs on windows 2020-12-08 22:40:31 +01:00
mod.rs Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00