async-std/src/stream
Johannes Weissmann aaa1b6ca39 add Stream::last (#347)
* add stream::LastFuture (not compiling)

Struggling with the associated type, pinning and how to move/copy
LastFuture.last.

* fix type signature -> still cannot assign

still problems assigning the new value to self.last

* remove unused bound

* add doctest

* unpin LastFuture.last

* RustFmt

* add static lifetime

* remove redundant lifetime
2019-10-16 13:14:54 +02:00
..
stream add Stream::last (#347) 2019-10-16 13:14:54 +02:00
double_ended_stream.rs Update src/stream/double_ended_stream.rs 2019-09-18 12:43:14 +02:00
empty.rs refactor: Remove needless main fn 2019-10-13 16:33:02 +09:00
exact_size_stream.rs add stream::ExactSizeStream as unstable (#330) 2019-10-15 09:51:53 +02:00
extend.rs rustfmt 2019-10-01 22:31:29 -04:00
from_fn.rs Adds a from_fn stream implementation (#277) 2019-10-15 15:50:17 +02:00
from_stream.rs doc: Add FromStream document 2019-10-06 13:08:35 +09:00
fused_stream.rs add stream::FusedStream 2019-10-14 02:21:27 +02:00
interval.rs add stream::interval (#298) 2019-10-15 15:30:24 +02:00
into_stream.rs Re-export Stream from futures 2019-09-22 16:51:18 +02:00
mod.rs task docs (#346) 2019-10-16 10:28:14 +02:00
once.rs refactor: Remove needless main fn 2019-10-13 16:33:02 +09:00
product.rs add stream::{Sum,Product} (#343) 2019-10-16 00:31:49 +02:00
repeat.rs refactor: Remove needless main fn 2019-10-13 16:33:02 +09:00
sum.rs add stream::{Sum,Product} (#343) 2019-10-16 00:31:49 +02:00