spring-framework / org.springframework.web.context.request.async / AsyncWebRequest / isAsyncStarted

isAsyncStarted

abstract fun isAsyncStarted(): Boolean

Whether the request is in async mode following a call to #startAsync(). Returns "false" if asynchronous processing never started, has completed, or the request was dispatched for further processing.