You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2022/05/11 13:59:11 UTC

[GitHub] [jmeter] vlsi commented on pull request #712: Use kotlinx-coroutines for UI launcher

vlsi commented on PR #712:
URL: https://github.com/apache/jmeter/pull/712#issuecomment-1123799975

   @pmouawad , @FSchumacher , team. do you have any thoughts/comments? I think this is pretty much mergeable, except I would like to make `JMeterGuiLauncher` private or something like that.
   I really like how coroutine-swing enables sequential code that is executed in chunks and moved across thread pools via `withContext` as needed (UI thread vs computation thread).
   
   I am fine if this is merged after 5.5 release, however, including the change in 5.5 might work as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org