MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / execute

Method execute

JSAT/src/jsat/utils/FakeExecutor.java:119–122  ·  view source on GitHub ↗
(Runnable r)

Source from the content-addressed store, hash-verified

117 }
118
119 public void execute(Runnable r)
120 {
121 r.run();
122 }
123
124}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected