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: compiler/suspend-transform-plugin/src/main/kotlin/love/forte/plugin/suspendtrans/SuspendTransformConfiguration.kt
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,27 @@ open class SuspendTransformConfiguration @JvmOverloads constructor(var enabled:
51
51
var jvmAsyncMarkAnnotation =MarkAnnotation(TO_JVM_ASYNC_ANNOTATION_NAME)
52
52
53
53
/**
54
-
* 格式必须为
54
+
* 格式必须为:
55
55
*
56
56
* ```kotlin
57
-
* fun <T> <fun-name>(block: suspend () -> T): CompletableFuture<T> {
0 commit comments