File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ public abstract interface class com/squareup/workflow1/WorkflowInterceptor$Workf
123123 public abstract fun getParent ()Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;
124124 public abstract fun getRenderKey ()Ljava/lang/String;
125125 public abstract fun getRuntimeConfig ()Ljava/util/Set;
126+ public abstract fun getRuntimeContext ()Lkotlin/coroutines/CoroutineContext;
126127 public abstract fun getSessionId ()J
127128 public abstract fun getWorkflowTracer ()Lcom/squareup/workflow1/WorkflowTracer;
128129 public abstract fun isRootWorkflow ()Z
Original file line number Diff line number Diff line change @@ -25,8 +25,10 @@ public final class com/squareup/workflow1/tracing/ChainedWorkflowRuntimeTracerKt
2525}
2626
2727public final class com/squareup/workflow1/tracing/ConfigSnapshot {
28- public fun <init> (Ljava/util/Set;)V
28+ public fun <init> (Ljava/util/Set;Lkotlinx/coroutines/CoroutineDispatcher;)V
29+ public synthetic fun <init> (Ljava/util/Set;Lkotlinx/coroutines/CoroutineDispatcher;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
2930 public final fun getConfigAsString ()Ljava/lang/String;
31+ public final fun getRuntimeDispatch ()Lkotlinx/coroutines/CoroutineDispatcher;
3032 public final fun getShortConfigAsString ()Ljava/lang/String;
3133}
3234
You can’t perform that action at this time.
0 commit comments