MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / recvResponseLoop

Method recvResponseLoop

pkg/controller/rtctrl/runtime.go:227–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225}
226
227func (info *RuntimeInfo) recvResponseLoop() {
228 if info.WithStreamMode {
229 info.runtimeWaitGroup.Add(1)
230 info.recvHTTPResponseLoop()
231 } else {
232 info.runtimeWaitGroup.Add(1)
233 info.recvGenericResponseLoop()
234 }
235}
236
237func (info *RuntimeInfo) recvGenericResponseLoop() {
238 defer info.stopRuntime()

Callers 1

startRuntimeLoopMethod · 0.95

Calls 3

recvHTTPResponseLoopMethod · 0.95
AddMethod · 0.45

Tested by

no test coverage detected