Join Slack
Powered by
my simple test code: ``` suspend fun subscribe(...
# flow
i
ivy
10/23/2020, 8:27 PM
my simple test code:
Copy code
suspend fun subscribe() { (1..3).asFlow() .map { test(it) }.collect() } fun test(i: Int) = i * 3
Open in Slack
Previous
Next