acquire

abstract fun acquire(vararg key: String): Deferred<Unit>
abstract fun acquire(keys: List<String>): Deferred<Unit>