Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ post
Method
post
app/src/main/java/cc/ioctl/tmoe/util/SyncUtils.java:38–40 ·
view source on GitHub ↗
(@NonNull Runnable r)
Source
from the content-addressed store, hash-verified
36
}
37
38
public
static
void
post(@NonNull Runnable r) {
39
postDelayed(r, 0L);
40
}
41
42
public
static
void
requiresUiThread() {
43
requiresUiThread(null);
Callers
2
runOnUiThread
Method · 0.95
runOnUIThread
Method · 0.80
Calls
1
postDelayed
Method · 0.95
Tested by
no test coverage detected