concurrentOf

fun <R, W : R> concurrentOf(constructor: () -> W): Concurrent<R, W>