electronicarts / ea-async

EA Async implements async-await methods in the JVM.
https://go.ea.com/ea-async
Other
1.38k stars 129 forks source link

is this awesome project alive? #65

Open hufuman opened 1 year ago

hufuman commented 1 year ago

I’m introducing this project to my team, it’s really convenience.

Now I notice that last commit is in 2020, why no updates coming.

So is this project alive?

vipcxj commented 10 months ago

Try my library, JAsync, which has been written on and off for years and has recently been useful for my own projects. The latest plan is to write a proxy debugging server that intercepts and transforms debugging requests, which has solved the problem that single-step debugging on await breakpoint lines will jump outside the method. If this problem is solved, the experience will be no different from native async/await!