Structured Concurrency in Practice: CoroutineScope vs StructuredTaskScope [Part 1]

java dev.to

This post series assumes familiarity with Kotlin, Java, and Spring Boot. No AI was used during the writing of this post series. What we're building We have an old library and we want to sell all the books. For that purpose we decided to build a simple bookstore app. We decide to use the best tools for the job, which in this case are Kotlin and Spring Boot. We want our customers to be able to see the details of each book, along with the reviews. For that we have the following contro

Read Full Tutorial open_in_new
arrow_back Back to Tutorials