Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ StartCancel
Function
StartCancel
src/brpc/controller.cpp:396–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
void StartCancel(CallId id) {
397
bthread_id_error(id, ECANCELED);
398
}
399
400
void Controller::StartCancel() {
401
LOG(FATAL) <<
"You must call brpc::StartCancel(id) instead!"
Callers
6
Run
Method · 0.85
Canceler
Method · 0.85
CancelBeforeCallMethod
Method · 0.85
CancelBeforeCallMethodParallel
Method · 0.85
CancelBeforeCallMethodSelective
Method · 0.85
Destroy
Method · 0.85
Calls
no outgoing calls
Tested by
4
Canceler
Method · 0.68
CancelBeforeCallMethod
Method · 0.68
CancelBeforeCallMethodParallel
Method · 0.68
CancelBeforeCallMethodSelective
Method · 0.68