public suspend fun updateEpoch()

in runtime/src/commonMain/kotlin/space/jetbrains/api/runtime/epoch/EpochTracker.kt [15:17]


    public suspend fun updateEpoch(serverUrl: String, epochValue: String) {
        updateEpochImpl(serverUrl, epochValue, epochPerHost)
    }