AsyncSelector

public struct AsyncSelector<T> : AsyncSelectorNode where T : Equatable

A AsyncSelector is a pure function that other async selectors as input. those selector be impletemented by Combine or async/await Selector and AsyncSelector can not allow you pass a user-defined argument, if you want to pass a customable parameters. please refer to selectorFamily