Function stakker_async_await::spawn_stream[][src]

pub fn spawn_stream<T>(
    core: &mut Core,
    stream: impl Stream<Item = T> + 'static,
    fwd: Fwd<Option<T>>
)

Spawn a Stream, forwarding values to a Fwd

This call does not support the std::task::Waker mechanism. See spawn for details.