Class ParallelRunOn.MultiWorkerCallback

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.reactivestreams.Subscriber<T>[] parents  
      (package private) org.reactivestreams.Subscriber<? super T>[] subscribers  
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiWorkerCallback​(org.reactivestreams.Subscriber<? super T>[] subscribers, org.reactivestreams.Subscriber<T>[] parents)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onWorker​(int i, Scheduler.Worker w)
      Called with the Worker index and instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • subscribers

        final org.reactivestreams.Subscriber<? super T>[] subscribers
      • parents

        final org.reactivestreams.Subscriber<T>[] parents
    • Constructor Detail

      • MultiWorkerCallback

        MultiWorkerCallback​(org.reactivestreams.Subscriber<? super T>[] subscribers,
                            org.reactivestreams.Subscriber<T>[] parents)