• Shai Szulanski's avatar
    Use SmallUnboundedQueue by default in AsyncPipe · 4011d18c
    Shai Szulanski authored
    Summary: The empty size of UnboundedQueue is hundreds of bytes, which is a problem for many users of AsyncPipe. Switch the default to a smaller queue, adding a template parameter so high-throughput users can switch back.
    
    Differential Revision: D29375068
    
    fbshipit-source-id: 9fb2dad81697eeb70d58929e6b9c1c64102aa4a8
    4011d18c
AsyncPipe.h 9.79 KB