AsyncFilterSequence
An asynchronous sequence that contains, in order, the elements of the base sequence that satisfy a given predicate.
Declaration
struct AsyncFilterSequence<Base> where Base : AsyncSequenceAn asynchronous sequence that contains, in order, the elements of the base sequence that satisfy a given predicate.
struct AsyncFilterSequence<Base> where Base : AsyncSequence