MCPcopy Create free account
hub / github.com/traneio/future / initialValue

Method initialValue

future-java/src/main/java/io/trane/future/Tailrec.java:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61 private static final ThreadLocal<Tailrec> local = new ThreadLocal<Tailrec>() {
62 @Override
63 public Tailrec initialValue() {
64 return new Tailrec();
65 }
66 };
67
68 private ArrayList<Runnable> tasks = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected