v0.1
This commit is contained in:
parent
31151a9a7f
commit
f48b0edbc7
@ -19,7 +19,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "ru.landgrafhomyak.db.serdha"
|
group = "ru.landgrafhomyak.db.serdha"
|
||||||
version = "0.0"
|
version = "0.1"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -51,6 +51,7 @@ public suspend inline fun <I : InputRow._Scope<*, O>, O : OutputRow._Iterator<*,
|
|||||||
callsInPlace(inputAction, InvocationKind.EXACTLY_ONCE)
|
callsInPlace(inputAction, InvocationKind.EXACTLY_ONCE)
|
||||||
callsInPlace(outputAction, InvocationKind.EXACTLY_ONCE)
|
callsInPlace(outputAction, InvocationKind.EXACTLY_ONCE)
|
||||||
}
|
}
|
||||||
|
@Suppress("VARIABLE_WITH_REDUNDANT_INITIALIZER")
|
||||||
var crossReturned = true
|
var crossReturned = true
|
||||||
_safeAutoClose(
|
_safeAutoClose(
|
||||||
onAbort = { iRow._abort() },
|
onAbort = { iRow._abort() },
|
||||||
|
Loading…
Reference in New Issue
Block a user