coroutine Action
inline fun <T> coroutineAction(requestNameEl: String, crossinline action: suspend (Session) -> T): CodeActionBuilder<T>
Content copied to clipboard
Optional feature. compileOnly was used in Gradle for the coroutines dependency.
java.lang.NoClassDefFoundError will be thrown if kotlinx-coroutines-core is not available in Gatling class path and this method is used. When that happens, the user will be lost in the aether, and the simulation won't end.