Skip to content
Advertisement

Tag: parseq

Linkedin parseq. How to run task after task?

I’m using parseq framework for asynchronous computation. Consider the following code. It first queries the content of google.com and then map the content to it’s length. Finally, the length is printed. The problem is that only the first task is ran. Why? Answer I was able to solve your problem with the use of HttpClient instead of OkHttp . Below

Advertisement