Fix async methods to be concurrent
A tool belt of common helper functions and extensions used throughout applications.
Asynchronously transform a sequence of elements into a new element type:
let output = await input.flatMap(power)
Prelude is released under the MIT license. See LICENSE for details.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Prelude
A tool belt of common helper functions and extensions used throughout applications.
Table of Contents
Sequence
Async FlatMap
Asynchronously transform a sequence of elements into a new element type:
License
Prelude is released under the MIT license. See LICENSE for details.