MCPcopy Index your code
hub / github.com/ReactiveX/RxJavaAsyncUtil / call

Method call

src/test/java/rx/util/async/AsyncTest.java:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 final AtomicInteger value = new AtomicInteger();
78 Action0 action = new Action0() {
79 @Override
80 public void call() {
81 value.incrementAndGet();
82 }
83 };
84
85 Async.toAsync(action, Schedulers.immediate())

Callers 15

testAction0Method · 0.45
testAction0ErrorMethod · 0.45
testAction1Method · 0.45
testAction1ErrorMethod · 0.45
testAction2Method · 0.45
testAction2ErrorMethod · 0.45
testAction3Method · 0.45
testAction3ErrorMethod · 0.45
testAction4Method · 0.45
testAction4ErrorMethod · 0.45
testAction5Method · 0.45
testAction5ErrorMethod · 0.45

Calls 4

awaitMethod · 0.80
isUnsubscribedMethod · 0.80
onNextMethod · 0.45
onCompletedMethod · 0.45

Tested by

no test coverage detected