MCPcopy Create free account
hub / github.com/cloud-native-go/examples / Result

Method Result

ch04/future.go:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25type Future interface {
26 Result() (string, error)
27}
28
29type InnerFuture struct {

Callers 9

TestAuthenticateFunction · 0.65
TestHandlersFunction · 0.65
TestVerifyNoHeaderFunction · 0.65
TestVerifyInvalidHeaderFunction · 0.65
TestFutureFunction · 0.65
TestFutureGetTwiceFunction · 0.65
TestFutureConcurrentFunction · 0.65
TestFutureTimeoutFunction · 0.65
TestFutureCancelFunction · 0.65

Implementers 1

InnerFuturech04/future.go

Calls

no outgoing calls

Tested by 9

TestAuthenticateFunction · 0.52
TestHandlersFunction · 0.52
TestVerifyNoHeaderFunction · 0.52
TestVerifyInvalidHeaderFunction · 0.52
TestFutureFunction · 0.52
TestFutureGetTwiceFunction · 0.52
TestFutureConcurrentFunction · 0.52
TestFutureTimeoutFunction · 0.52
TestFutureCancelFunction · 0.52