MCPcopy
hub / github.com/flyteorg/flyte / Get

Method Get

flytestdlib/futures/future.go:16–16  ·  view source on GitHub ↗

Get is a potentially blocking call, that returns the asynchronously computed value or an error If Get is called before Ready() returns True, then it will block till the future has been completed

(ctx context.Context)

Source from the content-addressed store, hash-verified

14 // Get is a potentially blocking call, that returns the asynchronously computed value or an error
15 // If Get is called before Ready() returns True, then it will block till the future has been completed
16 Get(ctx context.Context) (interface{}, error)
17}
18
19// This is a synchronous future, where the values are available immediately on construction. This is used to maintain a synonymous API with both

Callers 15

EnqueueMethod · 0.65
AbortActionMethod · 0.65
PutStatusMethod · 0.65
GetTaskActionMethod · 0.65
AbortActionMethod · 0.65
EnqueueMethod · 0.65
ListChildActionsMethod · 0.65
PutStatusMethod · 0.65
StartWatchingMethod · 0.65
SubscribeMethod · 0.65
identityFromHeadersFunction · 0.65

Calls

no outgoing calls

Tested by 15

newTestIdPFunction · 0.52
CreateMethod · 0.52
GetMethod · 0.52
UpdateMethod · 0.52
DeleteMethod · 0.52
ListMethod · 0.52
WatchMethod · 0.52
LeaseMethod · 0.52