MCPcopy Create free account
hub / github.com/Beh01der/EasyFlow / prepare

Method prepare

src/main/java/au/com/ds/ef/EasyFlow.java:33–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 private void prepare() {
34 if (executor == null) {
35 executor = new AsyncExecutor();
36 }
37 }
38
39 public void start(final C context) {
40 start(false, context);

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected