Sobes.tech
Junior — Senior

Merging data from two asynchronous requests using coroutines

livecode

Task condition

Implement a program using coroutines that simultaneously launches two network requests and combines the received responses into a single object. It is necessary to ensure parallel execution of requests and correct aggregation of their results.

# example code that needs to be written