You have a code that does a networking operation, and now we need to process it. The networking takes a lot of time, and its processing uses a lot of CPU. Your task is to make sure the flow runs in a dedicated IO dispatcher's context, the processing happens in the Computation dispatcher context, but the result is still collected in the main thread.
A `.flowOn` operator can be used multiple times in a long flow chain
This task uses dependencies that may not be available in your local IDE. As a result, you may see compilation errors or unresolved references when running the code locally. This does not affect solution validation when you submit your solution to Hyperskill.