MCPcopy Create free account
hub / github.com/apache/brpc / execute

Method execute

src/bthread/execution_queue_inl.h:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 int execute(typename butil::add_const_reference<T>::type task) {
300 return execute(task, NULL, NULL);
301 }
302
303 int execute(typename butil::add_const_reference<T>::type task,
304 const TaskOptions* options, TaskHandle* handle) {

Callers 3

invokeMethod · 0.80
execution_queue_executeFunction · 0.80

Calls 1

stoppedFunction · 0.85

Tested by 1