Skip to content

Instantly share code, notes, and snippets.

@terrybleger
terrybleger / Preparation
Last active November 5, 2016 03:57
Large JSON / Object test (in stupid way)
mkdir test && cd test
touch index.js
npm init
npm install --save bluebird moment
@terrybleger
terrybleger / async.kt
Last active April 5, 2020 17:43
Vertx - Quasar - Kotlin
package util.func
import co.paralleluniverse.fibers.*
import co.paralleluniverse.strands.SuspendableCallable
import co.paralleluniverse.strands.SuspendableRunnable
import io.vertx.core.Context
import io.vertx.core.Future
import io.vertx.core.Vertx
import java.util.concurrent.Executor