ADD week 5
This commit is contained in:
11
02-Easy5/E5/sources/kotlinx/coroutines/Waiter.java
Normal file
11
02-Easy5/E5/sources/kotlinx/coroutines/Waiter.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package kotlinx.coroutines;
|
||||
|
||||
import kotlin.Metadata;
|
||||
import kotlinx.coroutines.internal.Segment;
|
||||
|
||||
/* compiled from: Waiter.kt */
|
||||
@Metadata(d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0000\b`\u0018\u00002\u00020\u0001J\u001c\u0010\u0002\u001a\u00020\u00032\n\u0010\u0004\u001a\u0006\u0012\u0002\b\u00030\u00052\u0006\u0010\u0006\u001a\u00020\u0007H&¨\u0006\b"}, d2 = {"Lkotlinx/coroutines/Waiter;", "", "invokeOnCancellation", "", "segment", "Lkotlinx/coroutines/internal/Segment;", "index", "", "kotlinx-coroutines-core"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||||
/* loaded from: classes.dex */
|
||||
public interface Waiter {
|
||||
void invokeOnCancellation(Segment<?> segment, int index);
|
||||
}
|
||||
Reference in New Issue
Block a user