Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add c# style async/await functionality #149

Open
jmaine opened this issue Apr 29, 2015 · 1 comment
Open

Add c# style async/await functionality #149

jmaine opened this issue Apr 29, 2015 · 1 comment

Comments

@jmaine
Copy link

jmaine commented Apr 29, 2015

It would be nice for lombok-pg to add c# like async/await functionality:
https://msdn.microsoft.com/en-us/library/hh191443.aspx

It would require to turn the method into a state machine like a generator.
https://github.com/peichhorn/lombok-pg/wiki/Yield

@lbrasseur
Copy link

This would be great. There is one implementation from EA:

https://github.com/electronicarts/ea-async

And other one:

https://github.com/vsilaev/tascalate-async-await

(BTW, I tried to run EA implementation in Android and I couldn't make it work, maybe an annotation processor based implementation would make this easier)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants