And now akka-core builds!
This commit is contained in:
parent
787e7e45b7
commit
a16c6da3b7
10 changed files with 47 additions and 33 deletions
|
|
@ -138,7 +138,7 @@ object DataFlow {
|
|||
"Access by index other than '0' is not supported by DataFlowStream")
|
||||
}
|
||||
|
||||
override def elements: Iterator[T] = new Iterator[T] {
|
||||
def iterator: Iterator[T] = new Iterator[T] {
|
||||
private val iter = queue.iterator
|
||||
def hasNext: Boolean = iter.hasNext
|
||||
def next: T = { val ref = iter.next; ref() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue