• Tudor Bosman's avatar
    Add QueueAppender · 2ba26b05
    Tudor Bosman authored
    Summary:
    Add an Appender that appends to a IOBufQueue.  You can pass in the maximum
    append size if you know it, and it will throw on overflow, and will never
    allocate IOBufs larger than the remaining size.
    
    Test Plan: test added
    
    Reviewed By: davejwatson@fb.com
    
    FB internal diff: D820160
    2ba26b05
IOBufQueue.h 7.71 KB