Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/mobile
/ run
Method
run
bind/java/ClassesTest.java:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
final
boolean[] ran =
new
boolean[1];
93
Runnable r3 =
new
Runnable(){
94
@Override
public
void
run() {
95
ran[0] = true;
96
}
97
};
98
Javapkg.runRunnable(r3);
99
assertTrue(
"RunRunnable"
, ran[0]);
Callers
1
testGoObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected