Package-level declarations

Types

Link copied to clipboard

Provides the version for Codyze modules. The versions are read from a properties file.

Functions

Link copied to clipboard
fun <T> timed(message: (Duration) -> Unit, block: () -> T): T

Simple helper function to log how long a given task took.