Merge pull request #16328 from akka/wip-remove-async-iterable-publisher-√
+str - Removes AsynchronousIterablePublisher
This commit is contained in:
commit
8f4e099bec
5 changed files with 6 additions and 331 deletions
|
|
@ -107,7 +107,7 @@ object Source {
|
|||
* stream will see an individual flow of elements (always starting from the
|
||||
* beginning) regardless of when they subscribed.
|
||||
*/
|
||||
def apply[T](iterable: immutable.Iterable[T]): Source[T] = IterableSource(iterable, ExecutionContext.global) // FIXME can't be global!
|
||||
def apply[T](iterable: immutable.Iterable[T]): Source[T] = IterableSource(iterable)
|
||||
|
||||
/**
|
||||
* Start a new `Source` from the given `Future`. The stream will consist of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue