Example #1
0
 public static ValueTask <B> mapAsync <A, B>(ValueTask <A> self, Func <A, ValueTask <B> > map) =>
 self.MapAsync(map);