A Rust‐style pollable adaptor over an AsyncGenerator stream.
Synopsis
Declared in <folly/coro/RustAdaptors.h>
template<typename T>
class PollStream;
Type Aliases
Member Functions
Name |
Description |
|
Constructs a pollable stream that drives the given async generator. |
Polls the stream for the next element, registering a waker if pending. |
Created with MrDocs