We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5942052 commit 9482ee2Copy full SHA for 9482ee2
src/pb_stub.h
@@ -321,7 +321,8 @@ class Stub {
321
/// and the response factory for BLS decoupled response.
322
void EnqueueCleanupId(void* id, const PYTHONSTUB_CommandType& command_type);
323
324
- /// Send the id to the python backend for object cleanup
+ /// Send the id to the python backend for request address retrieval and
325
+ /// cancellation
326
void SendCancelBLSRequest(
327
std::unique_ptr<UtilsMessagePayload>& utils_msg_payload);
328
0 commit comments