Skip to content

Instantly share code, notes, and snippets.

View araghuraman1's full-sized avatar

Ananth Raghuraman araghuraman1

View GitHub Profile
@araghuraman1
araghuraman1 / app.kt
Created July 2, 2018 02:39
src/main/kotlin/
import kotlin.properties.Delegates
import io.reactivex.rxkotlin.*
import io.reactivex.Observer
import io.reactivex.disposables.Disposable
import io.reactivex.Observable
import java.util.concurrent.Callable
import java.util.concurrent.Future
import java.util.concurrent.TimeUnit
import kotlin.io.println
import arrow.syntax.function.andThen