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

Method Promise

future-java/src/main/java/io/trane/future/Promise.java:184–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 protected Promise() {
185 }
186
187 // Future<T> (Done) | Promise<T>|LinkedContinuation<?, T> (Linked) |
188 // WaitQueue|Null (Pending)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected