An open API service indexing awesome lists of open source software.

https://github.com/nomisrev/ktor-structured-concurrency

A sample project demonstrating the how structured concurrency works in Ktor
https://github.com/nomisrev/ktor-structured-concurrency

Last synced: about 1 year ago
JSON representation

A sample project demonstrating the how structured concurrency works in Ktor

Awesome Lists containing this project

README

          

# 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
```console
./amper run
```
#### Gradle
```console
./gradlew run
```