optimization for virtual threads

This commit is contained in:
WhatCats
2024-04-09 19:17:29 +02:00
parent e8512df504
commit 29c614f5d7
3 changed files with 24 additions and 25 deletions

View File

@@ -38,7 +38,6 @@ subprojects {
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'io.projectreactor:reactor-core:3.6.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.slf4j:slf4j-api:2.0.12'
testImplementation 'ch.qos.logback:logback-classic:1.5.3'
}