MCPcopy 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

runOnUiThreadMethod · 0.95
runOnUIThreadMethod · 0.80

Calls 1

postDelayedMethod · 0.95

Tested by

no test coverage detected