| SelectAsyncTIn, TOut Constructor |
TBD
Namespace:
Akka.Streams.Implementation.Fusing
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public SelectAsync(
int parallelism,
Func<TIn, Task<TOut>> mapFunc
)
new :
parallelism : int *
mapFunc : Func<'TIn, Task<'TOut>> -> SelectAsync
Parameters
- parallelism
- Type: SystemInt32
TBD - mapFunc
- Type: SystemFuncTIn, TaskTOut
TBD
See Also