• Nanshu Chen's avatar
    Python async_generator bridge to folly::coro::AsyncGenerator · 4e3b3415
    Nanshu Chen authored
    Summary: Given a cpp folly::coro::AsyncGenerator, a python async generator/iterator may be built and bridged to it. Users may use `async for ...` syntax to consume data from it.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D16404979
    
    fbshipit-source-id: dd2dfd52d00bd1a3e30e838359a27458744f6461
    4e3b3415
async_generator.pxd 1.09 KB