Skip to content

Instantly share code, notes, and snippets.

View SaschaZ's full-sized avatar

Sascha Zieger SaschaZ

  • Karlmax Berlin
  • Berlin
View GitHub Profile
@SaschaZ
SaschaZ / sample.puml
Created February 15, 2020 20:28
smaplePuml
@startuml
hide empty members
skinparam ArrowThickness 2
skinparam class {
borderColor #000000
backgroundColor #FFFFFF
}
skinparam package {
borderColor #000000
#!/usr/bin/env kscript
//DEPS org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0
import java.io.File
import java.util.concurrent.TimeUnit
import java.io.IOException
import kotlinx.coroutines.*
import kotlinx.coroutines.sync.Mutex
import kotlinx.coroutines.sync.withLock
import kotlin.coroutines.CoroutineContext