MCPcopy Create free account
hub / github.com/boxbeam/RedLib / asyncDelayed

Method asyncDelayed

src/redempt/redlib/misc/Task.java:164–166  ·  view source on GitHub ↗

Schedules an async delayed task to run as soon as possible @param run The task to run @return The Task that has been scheduled

(Runnable run)

Source from the content-addressed store, hash-verified

162 * @return The Task that has been scheduled
163 */
164 public static Task asyncDelayed(Runnable run) {
165 return asyncDelayed(RedLib.getCallingPlugin(), run);
166 }
167
168 /**
169 * Schedules an async delayed task to run as soon as possible

Callers

nothing calls this directly

Calls 1

getCallingPluginMethod · 0.95

Tested by

no test coverage detected