Struct task_stream::TaskStream [−][src]
pub struct TaskStream { /* fields omitted */ }
Implementations
Trait Implementations
Attempt to pull out the next value of this stream, registering the
current task for wakeup if the value is not yet available, and returning
None
if the stream is exhausted. Read more