MCPcopy
hub / github.com/aceld/zinx / Call

Method Call

ziface/irequest.go:30–30  ·  view source on GitHub ↗

Bind which router handles this request(绑定这次请求由哪个路由处理) Move on to the next handler to start execution, but the function that calls this method will execute in reverse order of their order (转进到下一个处理器开始执行 但是调用此方法的函数会根据先后顺序逆序执行)

()

Source from the content-addressed store, hash-verified

28 // Move on to the next handler to start execution, but the function that calls this method will execute in reverse order of their order
29 // (转进到下一个处理器开始执行 但是调用此方法的函数会根据先后顺序逆序执行)
30 Call()
31
32 //erminate the execution of the processing function, but the function that calls this method will be executed until completion
33 // 终止处理函数的运行 但调用此方法的函数会执行完毕

Callers 5

doMsgHandlerMethod · 0.65
TestTimerWheelFunction · 0.65
RunMethod · 0.65
TestNewTimerSchedulerFunction · 0.65

Implementers 2

BaseRequestziface/irequest.go
Requestznet/request.go

Calls

no outgoing calls

Tested by 2

TestTimerWheelFunction · 0.52
TestNewTimerSchedulerFunction · 0.52