Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testAction0
Method · 0.45
testAction0Error
Method · 0.45
testAction1
Method · 0.45
testAction1Error
Method · 0.45
testAction2
Method · 0.45
testAction2Error
Method · 0.45
testAction3
Method · 0.45
testAction3Error
Method · 0.45
testAction4
Method · 0.45
testAction4Error
Method · 0.45
testAction5
Method · 0.45
testAction5Error
Method · 0.45
Calls
4
await
Method · 0.80
isUnsubscribed
Method · 0.80
onNext
Method · 0.45
onCompleted
Method · 0.45
Tested by
no test coverage detected