pub struct Streaming<A: Actor, S: Stream> { /* private fields */ }Expand description
streaming a batch of items
and send them to Stream::action
pub struct Streaming<A: Actor, S: Stream> { /* private fields */ }streaming a batch of items
and send them to Stream::action