/ktor-structured-concurrency

A sample project demonstrating the how structured concurrency works in Ktor

Primary LanguageShell

Structured Concurrency in Ktor example

This example projects showcases how to leverage Structured Concurrency within a Ktor Application. Which types, or CoroutineScope, to use to reach which goals.

Run Application

Amper

./amper run

Gradle

./gradlew run