async_map
Name | Description |
---|---|
func | Type: Callable[…, ~T] |
async_iterable | Type: AsyncIterable[Any] |
async_map(func: Callable[..., ~T], async_iterable: AsyncIterable[Any]) -> AsyncIterable[~T]
Name | Description |
---|---|
func | Type: Callable[…, ~T] |
async_iterable | Type: AsyncIterable[Any] |