MCPcopy Create free account
hub / github.com/BoltsFramework/Bolts-Java / Task

Method Task

Bolts/src/bolts/Task.java:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 private List<Continuation<TResult, Void>> continuations;
92
93 private Task() {
94 continuations = new ArrayList<Continuation<TResult, Void>>();
95 }
96
97 /**
98 * Creates a TaskCompletionSource that orchestrates a Task. This allows the creator of a task to

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected