Commit b5bf5677 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

Revise references to TAsyncSocket

Summary: [Folly] Revise references to `TAsyncSocket`.

Differential Revision: D20826538

fbshipit-source-id: 4448f19d1cc64b88dbccc1eda2be63355d15bf42
parent 9da28a94
......@@ -349,10 +349,10 @@ class IOBufQueue {
* @return The starting address of the block and the length in bytes.
*
* @note The point of the preallocate()/postallocate() mechanism is
* to support I/O APIs such as Thrift's TAsyncSocket::ReadCallback
* that request a buffer from the application and then, in a later
* callback, tell the application how much of the buffer they've
* filled with data.
* to support I/O APIs such as AsyncSocket::ReadCallback that
* request a buffer from the application and then, in a later
* callback, tell the application how much of the buffer they
* have filled with data.
*/
std::pair<void*, std::size_t> preallocate(
std::size_t min,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment