Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
invoke
Method · 0.80
push_thread_which_addresses_execq
Function · 0.80
execution_queue_execute
Function · 0.80
Calls
1
stopped
Function · 0.85
Tested by
1
push_thread_which_addresses_execq
Function · 0.64