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

https://github.com/louiscad/all-coroutines-pitfalls

Talk about Kotlin coroutines pitfalls
https://github.com/louiscad/all-coroutines-pitfalls

Last synced: 4 months ago
JSON representation

Talk about Kotlin coroutines pitfalls

Awesome Lists containing this project

README

          

# Slides for "🧨 All coroutines pitfalls"

This project uses the [Compose ur Pres](https://github.com/KodeinKoders/CuP) project.

## Running the presentation

- On desktop: run the `./gradlew run` command.
- On the web: run the `./gradlew wasmJsBrowserRun` command.

## Exporting the presentation web page

- For Github Pages, run the `./gradlew distDoc` command that will generate the web page in the `doc/` directory.
- For other systems, run the `./gradlew wasmJsBrowserDistribution` command that will generate the web page in the `build/dist/wasmJs/productionExecutable` directory.