We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59b095 commit 7478d92Copy full SHA for 7478d92
Dsl/src/main/scala/com/thoughtworks/dsl/Dsl.scala
@@ -151,6 +151,10 @@ object Dsl extends LowPriorityDsl0 {
151
protectedContinuation(handler)
152
}
153
154
+ private[dsl] object TrampolineContinuation {
155
+ def apply[LeftDomain](continuation: TrampolineContinuation[LeftDomain]) =
156
+ continuation
157
+ }
158
159
trait IsStackSafe[Domain]
160
object IsStackSafe extends IsStackSafe.LowPriority0:
0 commit comments