+str reintroduced the TCK, 0.4.0.M2-SNAPSHOT, passing all tests
Cheers from JavaZone!
This commit is contained in:
parent
597ad076e4
commit
54e55a659c
50 changed files with 713 additions and 305 deletions
|
|
@ -378,7 +378,7 @@ class FlowGraph private[akka] (private[akka] val graph: ImmutableGraph[FlowGraph
|
|||
|
||||
// FIXME remove when real materialization is done
|
||||
def dummyProcessor(name: String): Processor[Any, Any] = new BlackholeSubscriber[Any](1) with Publisher[Any] with Processor[Any, Any] {
|
||||
def subscribe(subscriber: Subscriber[Any]): Unit = subscriber.onComplete()
|
||||
def subscribe(subscriber: Subscriber[_ >: Any]): Unit = subscriber.onComplete()
|
||||
override def toString = name
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue