public class FinishableExecutor
| Modifier and Type | Class and Description |
|---|---|
static class |
FinishableExecutor.CancellableContext |
| Constructor and Description |
|---|
FinishableExecutor(FinishableExecutor.CancellableContext cancellableContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish(kotlin.jvm.functions.Function1<? super org.hnau.emitter.utils.executors.job.FinishableExecutor,kotlin.Unit> onFinished) |
kotlinx.coroutines.Job |
invoke(kotlin.jvm.functions.Function2<? super kotlinx.coroutines.CoroutineScope,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> coroutine) |
public FinishableExecutor(@NotNull
FinishableExecutor.CancellableContext cancellableContext)
public void finish(@NotNull
kotlin.jvm.functions.Function1<? super org.hnau.emitter.utils.executors.job.FinishableExecutor,kotlin.Unit> onFinished)
@Nullable
public kotlinx.coroutines.Job invoke(@NotNull
kotlin.jvm.functions.Function2<? super kotlinx.coroutines.CoroutineScope,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> coroutine)