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
- Host: GitHub
- URL: https://github.com/nomisrev/ktor-structured-concurrency
- Owner: nomisRev
- Created: 2024-12-05T12:03:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T19:18:17.000Z (over 1 year ago)
- Last Synced: 2025-02-08T14:13:25.753Z (over 1 year ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
```