mirror of
https://github.com/async-rs/async-std.git
synced 2025-12-01 02:44:30 +00:00
`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 |
||
|---|---|---|
| .. | ||
| driver | ||
| tcp | ||
| udp | ||
| addr.rs | ||
| mod.rs | ||