Update processRequest comment to Doxygen format

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-02-27 17:05:14 +00:00
parent e3a4e2489e
commit 666cafca63

View File

@@ -206,7 +206,10 @@ private:
clone() override;
private:
// process the request. Called inside the coroutine passed to JobQueue
/**
* Process the gRPC request. Called inside the CoroTask lambda
* posted to the JobQueue by process().
*/
void
processRequest();