Function stakker_async_await::spawn_stream_with_waker[][src]

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

Spawn a Stream, forwarding values to a Fwd, with Waker support.

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