type serve func(req int) int
功能实现 请求-响应: 1add := func(req int) int { 2 return req + 10 3} 非阻塞: 后台执行,通过ticket/future/queue返回 调用方负责pull,需要考虑轮询...
功能实现 请求-响应: 1add := func(req int) int { 2 return req + 10 3} 非阻塞: 后台执行,通过ticket/future/queue返回 调用方负责pull,需要考虑轮询...