Python async_generator bridge to folly::coro::AsyncGenerator
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
Showing
Please register or sign in to comment