Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ execution_queue_join
Function
execution_queue_join
src/bthread/execution_queue_inl.h:431–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
430
template <typename T>
431
inline int execution_queue_join(ExecutionQueueId<T> id) {
432
return ExecutionQueue<T>::join(id.value);
433
}
434
435
inline TaskOptions::TaskOptions()
436
: high_priority(false)
Callers
14
test_single_thread
Function · 0.85
test_rvalue
Function · 0.85
test_performance
Function · 0.85
test_execute_urgent
Function · 0.85
test_urgent_task_is_the_last_task
Function · 0.85
test_multi_threaded_order
Function · 0.85
test_in_place_task
Function · 0.85
test_should_start_new_thread_on_more_tasks
Function · 0.85
test_inplace_and_order
Function · 0.85
test_cancel
Function · 0.85
test_cancel_self
Function · 0.85
test_random_cancel
Function · 0.85
Calls
no outgoing calls
Tested by
14
test_single_thread
Function · 0.68
test_rvalue
Function · 0.68
test_performance
Function · 0.68
test_execute_urgent
Function · 0.68
test_urgent_task_is_the_last_task
Function · 0.68
test_multi_threaded_order
Function · 0.68
test_in_place_task
Function · 0.68
test_should_start_new_thread_on_more_tasks
Function · 0.68
test_inplace_and_order
Function · 0.68
test_cancel
Function · 0.68
test_cancel_self
Function · 0.68
test_random_cancel
Function · 0.68