async-std/src
DCjanus 238a3c882b Implement an async version of ToSocketAddrs (#74)
* Implement an async version of ToSocketAddrs

* fix documentation issue

* genius hack: pretending to be `impl Future`

* replace `std::net::ToSocketAddrs` with `async-std::net::ToSocketAddrs`

* Move unit tests into the tests directory

* Stylistic changes

* Remove re-exports in async_std::net

* fix broken link

* some mirror changes

* remove unnecessary format

* migrate: `std::net::ToSocketAddrs` -> `async_std::net::ToSocketAddrs`

* fix typo(tutorial)

* remove unnecessary type bound

* lifetime for future
2019-09-04 20:09:49 +02:00
..
fs rustfmt fs::create_dir_all 2019-08-26 12:59:30 -07:00
future Add future::timeout() (#20) 2019-08-30 20:28:49 +02:00
io Reduce io::TimeoutFuture to futures_timer::TryFutureExt (#113) 2019-08-27 11:47:15 +02:00
net Implement an async version of ToSocketAddrs (#74) 2019-09-04 20:09:49 +02:00
os remove async_await feature gate 2019-08-21 00:29:35 -07:00
stream Stream::any implementation (#135) 2019-09-01 19:58:16 +02:00
sync remove async_await feature gate 2019-08-21 00:29:35 -07:00
task remove async_await feature gate 2019-08-21 00:29:35 -07:00
lib.rs remove async_await feature gate 2019-08-21 00:29:35 -07:00
prelude.rs Remove time module 2019-08-15 19:26:10 +02:00
utils.rs Initial commit 2019-08-08 14:44:48 +02:00