Closed junchuanwang closed 3 years ago
Add "transformWith" to the Task API, that takes a function which returns a task, so that the transformation can be done by executing that task.
A main use case is for making the transformation a task so that can be executed asynchronously
Add "transformWith" to the Task API, that takes a function which returns a task, so that the transformation can be done by executing that task.
A main use case is for making the transformation a task so that can be executed asynchronously