/sandbox-kt

A sandbox for my Kotlin experiments

Primary LanguageKotlinMIT LicenseMIT

sandbox

CircleCI codecov ktlint

This is just a sandbox of some experiments I have in Kotlin.

Examples

  • coroutines - A proof of concept of how Kotlin coroutines can be used to perform IO-intensive operations that would normally block a thread

Usage

Clone and build the repo with the following:

git clone git@github.com:brymck/sandbox-kt.git
cd sandbox-kt
make

To run one of the examples, just pass its name to make:

make coroutines