MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / TaskHandler

Method TaskHandler

core/predictor/framework/bsf.h:1470–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468 int write_fd;
1469
1470 TaskHandler() : read_fd(-1), write_fd(-1) {
1471 // do nothing
1472 }
1473
1474 explicit TaskHandler(TaskT const& task)
1475 : read_fd(task.read_fd), write_fd(task.write_fd) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected