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
Yoshua Wuyts 237cfa0315 add IntoFuture (#259)
* add IntoFuture

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* blanket impl for IntoFuture

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* cargo fmt

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* example

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* mark as unstable

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-10-15 16:03:49 +02:00
..
collections $cargo fmt 2019-10-08 10:50:30 +09:00
fs Use crate::path everywhere 2019-10-15 01:25:20 +02:00
future add IntoFuture (#259) 2019-10-15 16:03:49 +02:00
io add stream::interval (#298) 2019-10-15 15:30:24 +02:00
net Fix failing doc example 2019-10-09 14:49:31 +02:00
option rustfmt 2019-09-30 20:14:16 -04:00
os Use crate::path everywhere 2019-10-15 01:25:20 +02:00
path Refactor 2019-10-15 02:05:23 +02:00
process Add process submodule as unstable (#310) 2019-10-14 15:51:47 +02:00
result Using Box::pin(...) instead of Pin::from(Box::new(...)) 2019-09-30 19:42:30 -04:00
stream Adds a from_fn stream implementation (#277) 2019-10-15 15:50:17 +02:00
string refactor: optimizing allocations 2019-10-08 00:06:49 +09:00
sync refactor: Remove needless main fn 2019-10-13 16:33:02 +09:00
task add stream::interval (#298) 2019-10-15 15:30:24 +02:00
unit FromStream for () 2019-10-04 10:08:07 -04:00
vec refactor: optimizing allocations 2019-10-08 00:06:49 +09:00
lib.rs Merge pull request #320 from Wassasin/183-async-path 2019-10-15 02:51:55 +02:00
macros.rs make all print macros unstable (#322) 2019-10-14 14:48:12 +02:00
pin.rs add link to std pin docs 2019-09-16 22:34:11 +02:00
prelude.rs add stream::ExactSizeStream as unstable (#330) 2019-10-15 09:51:53 +02:00
utils.rs Improve compile times and add comments 2019-09-26 14:21:27 -04:00