Use snake_case for Connection etc methods
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
* 3. **Background Thread**: Can receive ownership for async processing, uses
|
||||
* arena for temporary data structures
|
||||
* 4. **Return Path**: Connection (and its arena) safely returned via
|
||||
* Server::releaseBackToServer()
|
||||
* Server::release_back_to_server()
|
||||
*
|
||||
* ### Why This Design is Thread-Safe:
|
||||
* - **Exclusive Access**: Only the current owner thread should access the arena
|
||||
|
||||
Reference in New Issue
Block a user