You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binary-compatibility-validator/reference-public-api/kotlinx-coroutines-io-jvm.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,7 @@ public abstract interface class kotlinx/coroutines/io/LookAheadSession {
262
262
263
263
public final class kotlinx/coroutines/io/LookAheadSessionKt {
264
264
public static final fun consumeEachRemaining (Lkotlinx/coroutines/io/LookAheadSession;Lkotlin/jvm/functions/Function1;)V
265
+
public static final fun consumeEachRemaining (Lkotlinx/coroutines/io/LookAheadSuspendSession;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
265
266
}
266
267
267
268
public abstract interface class kotlinx/coroutines/io/LookAheadSuspendSession : kotlinx/coroutines/io/LookAheadSession {
Copy file name to clipboardExpand all lines: kotlinx-coroutines-io/kotlinx-coroutines-io-jvm/src/main/kotlin/kotlinx/coroutines/experimental/io/LookAheadSession.kt
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,21 @@ inline fun LookAheadSession.consumeEachRemaining(visitor: (ByteBuffer) -> Boolea
0 commit comments