Polishing

This commit is contained in:
Juergen Hoeller
2023-06-20 22:53:12 +02:00
parent 18c6aceee7
commit f1fb8cf03e
3 changed files with 26 additions and 22 deletions

View File

@@ -32,6 +32,10 @@ import reactor.core.publisher.Mono
import java.util.concurrent.atomic.AtomicInteger
import kotlin.coroutines.Continuation
/**
* @author Simon Baslé
* @since 6.1
*/
class KotlinScheduledAnnotationReactiveSupportTests {
private var target: SuspendingFunctions? = SuspendingFunctions()