2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-25 13:49:40 +00:00
async-std/src/net
Wu Yu Wei ff6a44fcd5 Use once_cell instead of lazy_static (#416)
`once_cell` provides a neat way of initializing lazy singletons without
macro. This PR use `sync::Lazy` to streamline same pattern proposed in
related rust RFC.

Resolve #406
2019-10-30 11:23:08 +00:00
..
driver Use once_cell instead of lazy_static (#416) 2019-10-30 11:23:08 +00:00
tcp Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
udp Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
addr.rs Deny warnings on CI (#378) 2019-10-23 20:20:59 +09:00
mod.rs standardize net docs 2019-10-28 00:15:13 +01:00