withoutclass
suspend fun timeoutStuff(params: List<String>, timeout: Long): String = withTimeout(timeout) { // some long thing "taco" }